Poker_Game_99 👉 Read this in Mandarin
Poker_Game_99 is an object-oriented poker game project written in C++ that utilizes CMake for build management and is built using the C++17 standard.
git clone https://github.com/chen941008/Poker_Game_99Ensure that you have CMake (version 3.28 or later) and a C++17-compliant compiler installed, then follow these steps:
cd Poker_Game_99
mkdir build
cd build
cmake ..
make
./Poker_Game_99For detailed game rules, please refer to the Game Rules document.