Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 356 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 356 Bytes

Lua games

Building

mkdir temp
cd temp
cmake -DMS_SDK_MAKEFILE_PATH=path/to/dir/with/Win32.mak ..
cmake --build .
cd runtime/<config>

Game of Life

lua game_of_life/main.lua [--wrap] [--size=<width>x<height> | <map_module>]

Snake

lua snake/main.lua

Path Finder

lua path_finder/main.lua