- Team Members:
- Rodger Retanal - 300052309
- Patric Huang - 300097191
This is a card game.
g++ -std=c++11 src/main.cpp src/cards/*.cpp
To start a new game simply run the compiled file.
- Example:
- ./a.out
To load a game, run the compiled file along with a command-line argument which directs to a saved file of the game.
- Example:
- ./a.out saved_file.txt
The program will ask you if you want to save a game at the end of every turn. The game will be saved into a '.txt' file.