ColorShapeLinks
An assignment for the AI course unit of the Bachelor in Videogames at Lusófona University
IPlayer Interface Reference

Defines a player for the ColorShapeLinks board game. More...

Inheritance diagram for IPlayer:
Inheritance graph
Collaboration diagram for IPlayer:
Collaboration graph

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...
 

Detailed Description

Defines a player for the ColorShapeLinks board game.

Definition at line 11 of file IPlayer.cs.

Property Documentation

◆ IsHuman

bool IsHuman
get

Is the player human?

true if the player is human, false otherwise.

Definition at line 15 of file IPlayer.cs.

◆ PlayerName

string PlayerName
get

Name of the player.

A string containing the name of the player.

Definition at line 19 of file IPlayer.cs.

◆ Thinker

IThinker Thinker
get

The player's thinker.

An instance of IThinker.

Definition at line 23 of file IPlayer.cs.


The documentation for this interface was generated from the following file: