An open API service indexing awesome lists of open source software.

https://github.com/chen941008/poker_game_99

midterm-mini-project
https://github.com/chen941008/poker_game_99

99 99-card-game 99-poker-game card-game cpp cpp17 poker-game

Last synced: 2 months ago
JSON representation

midterm-mini-project

Awesome Lists containing this project

README

        

# Poker_Game_99 👉 [Read this in Mandarin](README.zh-TW.md)

## 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
```bash
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:
```bash
mkdir build
cd build
cmake ..
make
./Poker_Game_99
```
## Game Rules

For detailed game rules, please refer to the [Game Rules](docs/rules.md) document.

![GitHub Views](https://komarev.com/ghpvc/?username=chen941008&repo=Poker_Game_99)