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.
- Host: GitHub
- URL: https://github.com/pierrechevalier83/2048
- Owner: pierrechevalier83
- Created: 2017-01-06T13:48:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T15:27:41.000Z (over 9 years ago)
- Last Synced: 2025-02-09T13:29:32.505Z (over 1 year ago)
- Topics: 2048, cli, cpp, cpp11, cpp14, game, kata, ncurses
- Language: C++
- Size: 1.38 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
2048 - game
-----------
A simple C++/ncurses implementation of the popular game

Download
--------
`git clone --recursive git@github.com:pierrechevalier83/2048.git`
Build
-----
- `mkdir build`
- `cd build`
- `cmake ..`
- `make`
Run
---
`./2048`
Install
---
`sudo make install`