2048 FOR LINUX
2048ForLinux is a port of the famous web and iOS game to the Linux terminal.
This port was done using the C language and the ncurses C library.
DOWNLOAD AS PPA
$ sudo add-apt-repository ppa:raphaelgontijolopes/2048linux
$ sudo apt-get update
$ apt-get install 2048
to play:
$ 2048
WHAT I DID
- Recreated from scratch the game to be played in the linux terminal.
- Replicated the logic of the whole game using only the game itself as a reference.
- Used ncurses library for ASCII graphics, and file I/O for a simple leaderboard database and save file.
SCREENSHOTS