2048-in-C/README.md
2024-01-16 23:48:12 -08:00

318 B

2048 in C

2048, written in C, for the terminal.

Gif Demo

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:

gcc -lcurses main.c -o main && ./main