Class and Description |
---|
Deck
A class representing the deck in the game.
|
ICard |
ICard.CardType
An enum describing the different card types in the game
|
IGame
Interface for top class in the game risk
|
IGame.GameMode |
IPlayer
Interface for a player class
|
IProvince
Interface for provinces.
|
MissionHandler.MissionType
Different types of missions
|
TurnAndPhaseManager |
TurnAndPhaseManager.Phase |
TurnAndPhaseManager.ResultType |
WorldHandler.ProvinceResult
enum constants for different outcomes of handleProvinceEvent
|
WorldMap
Contains Maps with relations for the provinces on the game board and the
players controlling them.
|