PlayerType
Represents the type of player in the game.
Definition BoardGame_Classes.h:24
bool isOdd
Definition Numerical_Player.h:6
Numerical_Player(string n, bool odd, PlayerType t)
Definition Numerical_Player.h:7
Player(string n, int s, PlayerType t)
Definition BoardGame_Classes.h:137