Home

Awesome

2048-cpp

A tui 2048 game program_reach_2048 You can build this software from source code.

# Clone this repositery
git clone https://github.com/chessom/2048-cpp.git
cd 2048-cpp

mkdir build
cd build
cmake ..
cmake --build .

This program is built with ftxui. You also need a modern compiler that supports C++20 to compile this program.