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
- Host: GitHub
- URL: https://github.com/programmerdan/twentyfortyeight
- Owner: ProgrammerDan
- License: gpl-2.0
- Created: 2014-03-15T01:32:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-24T15:14:33.000Z (about 12 years ago)
- Last Synced: 2025-02-09T14:24:17.615Z (over 1 year ago)
- Language: Java
- Size: 223 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).