Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahamas10/2048.c
2048 written in C
https://github.com/bahamas10/2048.c
Last synced: 2 months ago
JSON representation
2048 written in C
- Host: GitHub
- URL: https://github.com/bahamas10/2048.c
- Owner: bahamas10
- Created: 2014-03-27T07:30:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-12T03:58:59.000Z (almost 11 years ago)
- Last Synced: 2024-05-08T20:01:58.294Z (8 months ago)
- Language: C
- Size: 195 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
2048.c
======My take at http://gabrielecirulli.github.io/2048/ in C
![screenshot](screenshot.png)
Usage
-----make
./2048Run with `-a` for awesome animations
Usage: 2048 [-a] [-b] [-h] [-g ]
Options
-a enable animations
-b disable color output; b for boring!
-g the goal piece, defaults to 2048
-h print this message and exitLicense
-------MIT License