|
Study Dungeon
1.0.0
A group project for COSC345
|
Classes and functions for the card duel game. More...
Go to the source code of this file.
Data Structures | |
| class | GameScene |
| Scene for the card duel game. More... | |
Variables | |
| const int | user_deck_size {60} |
| const int | bot_deck_size {60} |
| const int | user_hand_size {5} |
| const int | bot_hand_size {5} |
Classes and functions for the card duel game.
| const int bot_deck_size {60} |
initial deck size for the bot
| const int bot_hand_size {5} |
initial hand size limit for the bot
| const int user_deck_size {60} |
initial deck size for the user
| const int user_hand_size {5} |
initial hand size limit for the user