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

https://github.com/pierrechevalier83/2048

A simple command line implementation of the popular 2048 game.
https://github.com/pierrechevalier83/2048

2048 cli cpp cpp11 cpp14 game kata ncurses

Last synced: about 1 year ago
JSON representation

A simple command line implementation of the popular 2048 game.

Awesome Lists containing this project

README

          

2048 - game
-----------
A simple C++/ncurses implementation of the popular game
![alt tag](https://raw.githubusercontent.com/pierrechevalier83/2048/master/demo.gif)

Download
--------
`git clone --recursive git@github.com:pierrechevalier83/2048.git`

Build
-----
- `mkdir build`
- `cd build`
- `cmake ..`
- `make`

Run
---
`./2048`

Install
---
`sudo make install`