Highly moddable free open source falling block puzzle game. Written in C using the raylib game library.
The game is still in its early stages and is missing some features.
For documentation, tutorials, info on contributing, etc visit tuxmino.org.
- Lua support for making your own custom game modes.
- Mechanics that attempt to replicate old arcade stackers.
- All the necessary speed timings (Lock delay, appearance delay, etc).
- Two rotation systems
- Classic: Harder and more limiting rotation rule. Less kicks.
- World: Rotation system with lots of kicks, think of this as "easy mode".
View the todo list.
Please make sure the required dependencies are met:
Then simply either run ./build.sh
or build.bat
depending on what OS you are on.
The executable and all required files will be output to the build/bin/
folder.