Tetris created with zig and raylib.
Thanks to Not-Nik for the raylib bindings raylib-zig I used this to generate the template for this project (everything in the raylib-zig folder, the build.zig, and build.zig.zon file).
git submodule init
git submodule update
zig build run
- Display current level
- Flash combo scores / multipliers
- (Difficulty) junk rows
- Display controls on the start and pause screens
- Add sound
- Add high score
- Add screenshot or gif to README
- (Difficulty) Slowly reduce likelyhood of pieces that are helpful
- Throw in large shapes! (with countdown til arrival)
- Add two player coop or competition mode
- Add AI oppenent
- Online play