Constants.hpp
Go to the documentation of this file.
constexpr std::size_t INDEX_MY_MINION
The index of my minion for targeting when player is played card.
Definition: Constants.hpp:48
constexpr std::size_t INDEX_OPPONENT_HERO
The index of opponent hero for targeting when player is played card.
Definition: Constants.hpp:51
The second player.
constexpr std::size_t NUM_DRAW_CARDS_AT_START_SECOND
The number of cards that the player going second will be given.
Definition: Constants.hpp:34
The first player.
constexpr std::size_t HAND_SIZE
The maximum number of cards in your hand.
Definition: Constants.hpp:40
constexpr std::size_t NUM_DRAW_CARDS_AT_START_FIRST
The number of cards that the player going first will be given.
Definition: Constants.hpp:31
constexpr std::size_t MAX_DECK_SIZE
The maximum number of cards that can be stored in the deck during game.
Definition: Constants.hpp:25
The random player.
constexpr std::size_t GAME_MAIN_MENU_SIZE
Definition: Constants.hpp:66
constexpr std::size_t INDEX_OPPONENT_MINION
The index of opponent minion for targeting when player is played card.
Definition: Constants.hpp:54
constexpr std::size_t FIELD_SIZE
The maximum number of minions that can be placed in the field.
Definition: Constants.hpp:28
Definition: AccountInfo.hpp:14
constexpr std::size_t INDEX_MY_HERO
The index of my hero for targeting when player is played card.
Definition: Constants.hpp:45
constexpr std::size_t MANA_UPPER_LIMIT
The maximum number of available/maximum mana.
Definition: Constants.hpp:37
constexpr std::size_t START_DECK_SIZE
The number of cards that can be stored in the deck at game start.
Definition: Constants.hpp:22
PlayerType
Enumeration that represents the player.
Definition: Constants.hpp:57