Skip to content

chen941008/Poker_Game_99

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poker_Game_99 👉 Read this in Mandarin

Overview

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.

How to Use

1. Clone the Repository

git clone https://github.com/chen941008/Poker_Game_99

2. Build and Run

Ensure 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_99

Game Rules

For detailed game rules, please refer to the Game Rules document.

GitHub Views

Packages

 
 
 

Contributors