An open API service indexing awesome lists of open source software.

https://github.com/programmerdan/twentyfortyeight

Command line golf version of the game 2048
https://github.com/programmerdan/twentyfortyeight

Last synced: about 1 year ago
JSON representation

Command line golf version of the game 2048

Awesome Lists containing this project

README

          

twentyfortyeight
================

Command line golf version of the game 2048. This is for code-golf problem [Create a simple 2048 game clone](http://codegolf.stackexchange.com/questions/24134/create-a-simple-2048-game-clone). Ungolfed, it weighs in at 2856 bytes, golfed at 1346 bytes. Fancy!

My answer to the problem, with instructions on its features and use, can be found [here](http://codegolf.stackexchange.com/questions/24134/create-a-simple-2048-game-clone/24337#24337).