https://github.com/sparkoo/ntetris
Tetris for CLI
https://github.com/sparkoo/ntetris
Last synced: 3 months ago
JSON representation
Tetris for CLI
- Host: GitHub
- URL: https://github.com/sparkoo/ntetris
- Owner: sparkoo
- License: mit
- Created: 2017-02-08T09:15:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T07:03:57.000Z (almost 8 years ago)
- Last Synced: 2025-01-11T06:09:55.047Z (4 months ago)
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Tetris game written in C++ with ncurses lib.
## Build and run
```
$ make
$ ./build/ntetris
```