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
- Host: GitHub
- URL: https://github.com/funnyboy-roks/nc2048
- Owner: funnyboy-roks
- License: other
- Created: 2024-08-11T03:57:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T16:29:01.000Z (almost 2 years ago)
- Last Synced: 2025-02-20T13:25:32.858Z (over 1 year ago)
- Topics: 2048, c, ncurses
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nc2048
2048 implemented in C using ncurses

## Compiling
ncurses is required to be installed on your system
```shell
make
```