Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcolucidi01/tetris_clone

a plain Tetris clone made in C
https://github.com/marcolucidi01/tetris_clone

cs50 ncurses tetris

Last synced: 3 months ago
JSON representation

a plain Tetris clone made in C

Awesome Lists containing this project

README

        

# tetris clone

A plain Tetris clone made in C. Also it is my CS50 final project.
[Few more words](https://marcolucidi01.github.io/posts/a-tetris-clone.html) on my
site.

The library [ncurses](https://en.wikipedia.org/wiki/Ncurses) is required. On
Debian (and I guess on Ubuntu and such):

```bash
# apt-get install libncurses5-dev
```

then:

```bash
$ git clone https://github.com/MarcoLucidi01/tetris_clone.git
$ cd tetris_clone
tetris_clone$ make
tetris_clone$ ./tetris_clone # enjoy!
```