Coders control the world! No, just themselves.
A fun game where you command a mushroom to move around and open boxes; a hybrid of programming and gameplay. Use your coding skills to explore uncharted maps and climb the ladder to a new level. Oh, and collect tomatoes on the way!
The game is also available to download for Windows or as source code from the releases page.
- Love2d: as game engine
- utf8: for user input (
luarocks install utf8
)
- luacheck: for lint checking
- busted: as test suite
- codecov: for code coverage analysis
- code style guide:
docs/style_guide.md
- testing:
docs/testing.md
make # does nothing at the moment
make run # run the game
make test # run tests (unit + functional)
make unittest
make functionaltest
make lint # run code lint
make package # export the game
MIT