Fixed the repo. (Some files were missing).
[luagame.git] / README
blob67019dc211ec7c341fb9c4b86bf4a945b0426d84
1 LuaGame Execution Environment
2 =============================
3   LuaGame is an environment for executing Lua scripts. It does/will provide a
4 good amount of the functionality found in SDL, SDL_image, SDL_mixer, and
5 SDL_ttf. It also provides a subset of the drawing functionality found in
6 SDL_gfx.
8 Running LuaGame
9 ---------------
10   To run a game written for LuaGame, either pass the root directory of the
11 game data on the command line, or run the executable while in that directory.
13   Example:
14     luagame games/some_game
15       or
16     cd games/some_game; luagame