Find a file
Sai Vishnu M 66c3c1455d
Create LICENSE
Added a GPL v2 license
2024-01-17 21:45:11 +05:30
LICENSE Create LICENSE 2024-01-17 21:45:11 +05:30
main.c Update main.c 2024-01-16 23:31:36 -08:00
README.md Update README.md 2024-01-16 23:55:50 -08:00

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:

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