Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 414 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 414 Bytes

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.