Navigation Menu

Skip to content

jessehao/2048_CLI_xplat_cpp_cmake

Repository files navigation

2048 CLI

A cross-platform command line interface version of 2048.

Screenshot

CMake Project (minimum required: 2.8).

Programming Language: C++11.

Reference

Get

git clone https://github.com/jessehao/2048_CLI_xplat_cpp_cmake.git

Build

before build this project, you need CMake first.

then change to the directory, and use the shell or cmd run following command.

cmake .
make