Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsubiron/2048cl
Command line implementation of the 2048 game.
https://github.com/nsubiron/2048cl
Last synced: 23 days ago
JSON representation
Command line implementation of the 2048 game.
- Host: GitHub
- URL: https://github.com/nsubiron/2048cl
- Owner: nsubiron
- License: gpl-3.0
- Created: 2014-09-03T18:17:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T00:07:39.000Z (about 8 years ago)
- Last Synced: 2023-06-18T01:40:16.562Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
2048cl
======Simple command line implementation of the game
[2048](https://github.com/gabrielecirulli/2048). Written in C++, interface based
on ncurses.![](demo.gif)
To build use [ninja](https://ninja-build.org/).