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
- Host: GitHub
- URL: https://github.com/mluts/ncetris
- Owner: mluts
- Created: 2016-12-08T20:43:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T07:40:16.000Z (about 6 years ago)
- Last Synced: 2025-04-04T01:28:58.002Z (over 1 year ago)
- Language: C
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```