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

https://github.com/funnyboy-roks/nc2048

2048 implemented in C using ncurses
https://github.com/funnyboy-roks/nc2048

2048 c ncurses

Last synced: 5 months ago
JSON representation

2048 implemented in C using ncurses

Awesome Lists containing this project

README

          

# nc2048

2048 implemented in C using ncurses

![img](./img/screenshot.png)

## Compiling

ncurses is required to be installed on your system

```shell
make
```