Свойство | Type | Description | |
---|---|---|---|
CreateUniversities | void | ||
CutStudents | DegreeType[][] | ||
Enrol | DegreeCount[] | ||
IGame | IEnumerable |
||
Reset | void | ||
RollDice |
Méthode | Description | |
---|---|---|
ApplyMove ( IPlayerMove move ) : void | ||
BuildCampus ( |
||
BuildLink ( |
||
DiceRoll ( int diceTotal ) : |
||
Game ( IBoard board, int numOfPlayers ) : System | ||
Game ( IBoard board, int numOfPlayers, IGameRules rules ) : System | ||
GenerateAllMoves ( ) : ReadOnlyCollection |
||
GetScore ( IUniversity university ) : int | ||
GetUniversityByColor ( System.Color color ) : |
||
GetUniversityByIndex ( int index ) : IUniversity | ||
GetVertexProductionChance ( IVertex vertex ) : int | ||
HasWinner ( ) : bool | ||
IsLegalMove ( IPlayerMove move ) : bool | ||
IsLegalToBuildCampus ( |
||
IsLegalToBuildLink ( |
||
NextTurn ( ) : void | ||
SetUpLink ( int x, int y, EdgeOrientation eo ) : void | ||
TradeInStudent ( DegreeType tradedIn ) : void | ||
TryStartUp ( bool isSuccessful ) : void | ||
UnTradeInStudent ( DegreeType tradedIn ) : void | ||
UndoBuildCampus ( |
||
UndoBuildLink ( |
||
UndoEndTurn ( int diceTotal, |
||
UndoMove ( ) : void | ||
UndoTryStartUp ( bool isSuccessful ) : void |
Méthode | Description | |
---|---|---|
BuildCampus ( int x, int y, VertexOrientation vo, CampusType type ) : void |
Méthode | Description | |
---|---|---|
CreateUniversities ( int numOfPlayers ) : void | ||
CutStudents ( ) : DegreeType[][] | ||
Enrol ( int hexID ) : DegreeCount[] | ||
IGame ( ) : IEnumerable |
||
Reset ( ) : void | ||
RollDice ( int total ) : |
public ApplyMove ( IPlayerMove move ) : void | ||
move | IPlayerMove | |
Résultat | void |
public BuildCampus ( |
||
whereAt | ||
type | CampusType | |
Résultat | void |
protected BuildCampus ( int x, int y, VertexOrientation vo, CampusType type ) : void | ||
x | int | |
y | int | |
vo | VertexOrientation | |
type | CampusType | |
Résultat | void |
public BuildLink ( |
||
whereAt | ||
Résultat | void |
public DiceRoll ( int diceTotal ) : |
||
diceTotal | int | |
Résultat |
public Game ( IBoard board, int numOfPlayers ) : System | ||
board | IBoard | |
numOfPlayers | int | |
Résultat | System |
public Game ( IBoard board, int numOfPlayers, IGameRules rules ) : System | ||
board | IBoard | |
numOfPlayers | int | |
rules | IGameRules | |
Résultat | System |
public GenerateAllMoves ( ) : ReadOnlyCollection |
||
Résultat | ReadOnlyCollection |
public GetScore ( IUniversity university ) : int | ||
university | IUniversity | |
Résultat | int |
public GetUniversityByColor ( System.Color color ) : |
||
color | System.Color | |
Résultat |
public GetUniversityByIndex ( int index ) : IUniversity | ||
index | int | |
Résultat | IUniversity |
public GetVertexProductionChance ( IVertex vertex ) : int | ||
vertex | IVertex | |
Résultat | int |
public IsLegalMove ( IPlayerMove move ) : bool | ||
move | IPlayerMove | |
Résultat | bool |
public IsLegalToBuildCampus ( |
||
whereAt | ||
type | CampusType | |
Résultat | bool |
public IsLegalToBuildLink ( |
||
pos | ||
Résultat | bool |
public SetUpLink ( int x, int y, EdgeOrientation eo ) : void | ||
x | int | |
y | int | |
eo | EdgeOrientation | |
Résultat | void |
public TradeInStudent ( DegreeType tradedIn ) : void | ||
tradedIn | DegreeType | |
Résultat | void |
public TryStartUp ( bool isSuccessful ) : void | ||
isSuccessful | bool | |
Résultat | void |
public UnTradeInStudent ( DegreeType tradedIn ) : void | ||
tradedIn | DegreeType | |
Résultat | void |
public UndoBuildCampus ( |
||
whereAt | ||
Résultat | void |
public UndoBuildLink ( |
||
whereAt | ||
Résultat | void |
public UndoEndTurn ( int diceTotal, |
||
diceTotal | int | |
enrolmentInfo | ||
Résultat | void |
public UndoTryStartUp ( bool isSuccessful ) : void | ||
isSuccessful | bool | |
Résultat | void |