|
Study Dungeon
1.0.0
A group project for COSC345
|
Controls the game play and game loop of the card duel game. More...
#include "card_types.h"#include "player.h"#include "playing_card.h"#include "util.h"#include <ctime>#include <iostream>#include <string>Go to the source code of this file.
Data Structures | |
| class | Game |
| Represents a Game. More... | |
Functions | |
| std::vector< PlayingCard > | generateDeck (int numCards) |
| Generates a hand. More... | |
Controls the game play and game loop of the card duel game.
| std::vector<PlayingCard> generateDeck | ( | int | numCards | ) |
Generates a hand.
| numCards | the number of cards to add to the hand. |