ColorShapeLinks
An assignment for the AI course unit of the Bachelor in Videogames at Lusófona University
|
Defines a data provider for ColorShapeLinks matches. More...
Public Member Functions | |
IPlayer | GetPlayer (PColor player) |
Get player of the specified color. More... | |
Properties | |
Board | Board [get] |
The game board. More... | |
IPlayer | CurrentPlayer [get] |
The current player. More... | |
float | AITimeLimit [get] |
Maximum real time in seconds that AI can take to play. More... | |
float | MinAIGameMoveTime [get] |
Even if the AI plays immediately, this time (in seconds) gives the illusion that the AI took some minimum time to play. More... | |
float | LastMoveAnimLength [get] |
Last move animation length in seconds. More... | |
Defines a data provider for ColorShapeLinks matches.
Definition at line 11 of file IMatchDataProvider.cs.
Get player of the specified color.
player | Color of the player to get. |
Implemented in SessionController.
|
get |
Maximum real time in seconds that AI can take to play.
Maximum real time in seconds that AI can take to play.
Definition at line 25 of file IMatchDataProvider.cs.
|
get |
|
get |
Last move animation length in seconds.
Last move animation length in seconds.
Definition at line 36 of file IMatchDataProvider.cs.
|
get |
Even if the AI plays immediately, this time (in seconds) gives the illusion that the AI took some minimum time to play.
Minimum apparent AI play time.
Definition at line 32 of file IMatchDataProvider.cs.