/2048

An ASCII implementation of the 2048 game

Primary LanguageC

2048

An ASCII implementation of the 2048 game

I wrote this code back in 2015 while learning to program in C. The code is awful and almost unreadable, but it works (except for the highscore, i didn't know how to save in an external file, so it is erased at the end of the process).