A terminal ui to play tetris in the console
- Support for big and small terminals
- Progress is saved at
~/.config/console-tetris/console-tetris.conf
- Growing difficulty with increasing levels
- Point calculation like on Nintendo's Tetris versions
- Tetromino rotation like on the Gamebody version
- Exit the program
- Pause the game
- Reset the game
This program has a single dependency to ncurses and was tested on Arch
For building you need to have cmake
installed:
# Setup cmake
cmake .
# Build the project
cmake --build .
After this, you'll find the console-tetris
binary in the ./bin
directory