Study Dungeon  1.0.0
A group project for COSC345
Data Structures | Macros | Variables
game_scene.h File Reference

Classes and functions for the card duel game. More...

#include "gameloop.h"
#include "menu.h"
#include "player.h"
#include "util.h"
#include <conio.h>

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}
 

Detailed Description

Classes and functions for the card duel game.

Author
Green Alligators
Version
1.0.0
Date
2024-09-19

Variable Documentation

◆ bot_deck_size

const int bot_deck_size {60}

initial deck size for the bot

◆ bot_hand_size

const int bot_hand_size {5}

initial hand size limit for the bot

◆ user_deck_size

const int user_deck_size {60}

initial deck size for the user

◆ user_hand_size

const int user_hand_size {5}

initial hand size limit for the user