Skip to content

🎮 Fully configurable CLI version of the game 2048

Notifications You must be signed in to change notification settings

mgirardin/2048.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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