Skip to content

EVODelavega/2048-in-C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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 -lm main.c -o main && ./main

About

2048, written in C, for the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%