|
ColorShapeLinks
An assignment for the AI course unit of the Bachelor in Videogames at Lusófona University
|
Defines a player for the ColorShapeLinks board game. More...


Properties | |
| bool | IsHuman [get] |
| Is the player human? More... | |
| string | PlayerName [get] |
| Name of the player. More... | |
| IThinker | Thinker [get] |
| The player's thinker. More... | |
Defines a player for the ColorShapeLinks board game.
Definition at line 11 of file IPlayer.cs.
|
get |
Is the player human?
true if the player is human, false otherwise.
Definition at line 15 of file IPlayer.cs.
|
get |
Name of the player.
A string containing the name of the player.
Definition at line 19 of file IPlayer.cs.
|
get |