Skip to content

Chessom/2048-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.