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

https://github.com/mluts/ncetris

My attempt to implement a tetris in ncurses
https://github.com/mluts/ncetris

Last synced: about 1 year ago
JSON representation

My attempt to implement a tetris in ncurses

Awesome Lists containing this project

README

          

# NCetris

My attempt to implement a tetris in ncurses.

## Requirements

* gcc
* libcurses

## Build & Run

```sh
git clone https://github.com/mluts/ncetris
cd ncetris
make
./bin/ncetris
```