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

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.

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
```