Crate Game Engine 20080406 (Default branch) |
|
|
The Crate Game Engine is a game engine that is
designed to make creating games trivial. The
rendering and scripting engines are removed from
the game engine to make the specialization of
games as easy as possible. Currently, scripting
support is implemented to allow a Lua script to be
put directly in the game file, which can be
validated as XML. Multiplayer text based
adventure-style games can be played with the
existing console rendering engine.
License: GNU General Public License (GPL)
Changes:
This release adds Lua support to the build scripts so that user intervention is no longer required. Lua support has been moved into a proper loadable module.
|