Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/).