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

https://github.com/sparkoo/ntetris

Tetris for CLI
https://github.com/sparkoo/ntetris

Last synced: 3 months ago
JSON representation

Tetris for CLI

Awesome Lists containing this project

README

        

Simple Tetris game written in C++ with ncurses lib.

## Build and run
```
$ make
$ ./build/ntetris
```