Skip to content
/ EGScript Public

A simple scripting language designed to be used in games.

License

Notifications You must be signed in to change notification settings

Szune/EGScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EGScript

EGScript is a scripting language made for games, based on nickcano's fork of improvements of Jeremic's tibiasignal scripting language, translated from C++ to C#, with added features (new features include tables, +=, -= operators, global variables).

TODO

  • Decide if it should be possible to change global variables after initialization or not
  • Modulo (%) and exponent (^) operators
  • Improved classes (private access modifier)

About

A simple scripting language designed to be used in games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages