A game heavily inspired by Tetris featuring single player mode, co-op mode and a versus mode. Play with friends on the same machine or challenge yourself and go alone. There's also something for competitive players! Up for the challenge? Try the game out for free on Itch.io!
- Single player mode
- Co-op mode
- Versus mode
- Rotation, clearing and other mechanics found in Tetris games
- A/D/left/right - Move tetromino left/right
- W/up - Rotate tetromino
- S/down - Drop tetromino by one tile
- space/enter - Send tetromino down
- esc - Pause the game
This project depends on Raylib 5.5 and uses the C++17 standard. To compile, you'll have to include Raylib as a library, include the folder 'include' and add all .cpp files in 'main/' and 'main/util' as source files.
Simply run the executable after building. Assets folder must be in the same directory in which the executable is ran.
I will not be actively working on this project from now on, so PRs are not welcome. If you file an issue, I might look into it in the future and fix it, but I cannot be 100% sure.
All assets and code was made by Acerx-AMJ.
This project is licensed under the MIT License. Feel free to copy, edit and distribute the code.