A cross-platform command line interface version of 2048.
CMake Project (minimum required: 2.8).
Programming Language: C++11.
-
jessehao/2048_GameModel_xplat_cpp_cmake
Game core of 2048.
-
Tberdy/xplatform
Cross-platform version of "conio.h".
git clone https://github.com/jessehao/2048_CLI_xplat_cpp_cmake.git
before build this project, you need CMake first.
then change to the directory, and use the shell or cmd run following command.
cmake .
make