Skip to content

mrstecklo/lua_games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages