|
Study Dungeon
1.0.0
A group project for COSC345
|
Defines the gameplay and game loop of the card duel game. More...
#include "gameloop.h"Functions | |
| std::vector< PlayingCard > | generateDeck (int numCards) |
| Generates a hand. More... | |
Defines the gameplay 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. |