hectorid / 2048

An ASCII implementation of the 2048 game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

An ASCII implementation of the 2048 game


Languages

Language:C 100.0%