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!
- Host: GitHub
- URL: https://github.com/tuberboy/tetris
- Owner: tuberboy
- License: mit
- Created: 2022-10-18T16:11:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T16:23:38.000Z (over 3 years ago)
- Last Synced: 2025-03-19T23:44:47.777Z (over 1 year ago)
- Topics: game, tetris, tetris-game
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```