-
Interface Summary
Interface |
Description |
GameInstance.GameInstanceListener |
This interface is to be implemented by the UI in order to be notified about events that happen by the game logic
|
-
Class Summary
Class |
Description |
Board |
Board is the class that generates and contains the squares that are active in the game.
|
DataProvider |
Contains Methods that parse data from files and return lists of objects
|
Dice |
The Dice class was supposed to represent the dice in game (both UI and Logic).
|
GameInstance |
The "main" class of the Game.
|
Pawn |
Represents the pawn of the Player
Stores a current and an old Square to define its location
|
Player |
Represents the Player
|
Trade |
Helper class that holds trade data and executes the trade between 2 players
|