Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 270 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 270 Bytes

curses2048

A console version of 2048 written in C with the ncurses library. This was both a project to learn about ncurses as well as how to use git properly.

2048

Use the arrow keys to slide the tiles around. Use F1 to quit.

Note

The game cannot be saved yet.