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

https://github.com/zachstence/cardmatchingfight


https://github.com/zachstence/cardmatchingfight

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# CardMatchingFight

## Downloading
Simply clone my GitHub repository and you have all the code ready to go. No extra requirements to install.

`$ git clone https://github.com/zachstence/CardMatchingFight`

## Running the Game
First compile the main class

`$ g++ -std=c++11 -pthread main.cpp`

Then, run the program and provide a seed to use for random number generation
(to ensure a predictable outcome)

`$ ./a.out 1234`

If no seed is provided, the program will use a random device to ensure a random outcome.

The program will print information about the game to the screen, as well as save information in a
log file named "`log.txt`".

## Report
I have written a [short report](report.pdf) detailing my design and implementation of the game.

------------------------------
Zach Stence, 4/26/2019