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
- Host: GitHub
- URL: https://github.com/chen941008/poker_game_99
- Owner: chen941008
- License: mit
- Created: 2025-04-04T04:23:02.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T19:33:51.000Z (3 months ago)
- Last Synced: 2025-04-09T20:01:37.267Z (2 months ago)
- Topics: 99, 99-card-game, 99-poker-game, card-game, cpp, cpp17, poker-game
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 RulesFor detailed game rules, please refer to the [Game Rules](docs/rules.md) document.
