An open API service indexing awesome lists of open source software.

https://github.com/tuberboy/tetris

Tetris Terminal/Shell Game - Based On ncurses, Hope So You Will Enjoy!
https://github.com/tuberboy/tetris

game tetris tetris-game

Last synced: 2 days ago
JSON representation

Tetris Terminal/Shell Game - Based On ncurses, Hope So You Will Enjoy!

Awesome Lists containing this project

README

          

# Tetris
Tetris Terminal/Shell Game - Based On ncurses, Hope So You Will Enjoy!
# Building
```
cmake -B build
cmake --build ./build
```
# Run
```
./tetris
```