Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.05 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.05 KB

2048.cpp

Codacy Badge Total alerts Language grade: C/C++

Fully configurable CLI version of the game 2048

Demo

2048 Demo

Setup

Requirements

  • C++11 compiler (e.g. g++)
  • Unix environment (for now)
  • CMake

Build

  1. Clone this project
git clone https://github.com/mgirardin/2048.cpp.git
  1. Enter the project's build directory (or create one):
cd 2048.cpp/build
  1. Generate Makefile
cmake ..
  1. Build
make
  1. Run the program
./2048cpp