mirror of
https://github.com/begilbert-sys/2048-in-C
synced 2024-12-26 21:58:10 +01:00
.gitignore | ||
LICENSE | ||
main.c | ||
Makefile | ||
README.md |
2048 in C
2048, written in C, for the terminal.
Controls:
Arrow Keys to move
R to reset the game
Running:
This program uses ncurses, and I've only tested it on my Mac's terminal. Here's the command I use to run it:
make
Then to run the program
./2048
OR install the program after building and run it.
make install
2048