Lua Scripting - Mjdgithuber/AstroCorps GitHub Wiki
Scripting
The AstroCorps engine also provides a scripting engine to allow users to run modifications to the games source. Most of the game's mechanics are expressed in scripts to allow for a powerful modding system.
AstroCorps uses Lua as it's scripting language as it is fast, simple to write, and has one of the best wrapper libraries ever Sol3.