https://github.com/artainmo/cardgame
Personal project. A card-game simulator library in c++ with ability to play Jack-The-Spade.
https://github.com/artainmo/cardgame
cpp game personal-project
Last synced: about 1 year ago
JSON representation
Personal project. A card-game simulator library in c++ with ability to play Jack-The-Spade.
- Host: GitHub
- URL: https://github.com/artainmo/cardgame
- Owner: artainmo
- Created: 2021-08-04T21:59:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T01:02:41.000Z (over 3 years ago)
- Last Synced: 2025-01-22T15:32:22.009Z (over 1 year ago)
- Topics: cpp, game, personal-project
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CardGame
Personal project. A card-game simulator library in c++ with ability to play Jack-The-Spade. Other card games could easily be added thanks to the CardGameLib being reusable.
## Launch
Enter directory of game you want to play such as Jack-The-Spade and launch the game.
```
cd JackTheSpade
make
```