C# Class TheseusMinotaur.Game

Afficher le fichier Open project: ZachChristensen/Theseus-and-the-Minotaur Class Usage Examples

Méthodes publiques

Méthode Description
CreateMap1 ( ) : void
GetTheseusNextMove ( ) : Point
IsExit ( Character character ) : bool
IsWall ( Character character, Point direction ) : bool
MinotaurTurn ( ) : bool
MoveCharacter ( Character character, Point direction ) : bool
Play ( ) : void
TheseusTurn ( ) : bool

Method Details

CreateMap1() public méthode

public CreateMap1 ( ) : void
Résultat void

GetTheseusNextMove() public méthode

public GetTheseusNextMove ( ) : Point
Résultat Point

IsExit() public méthode

public IsExit ( Character character ) : bool
character Character
Résultat bool

IsWall() public méthode

public IsWall ( Character character, Point direction ) : bool
character Character
direction Point
Résultat bool

MinotaurTurn() public méthode

public MinotaurTurn ( ) : bool
Résultat bool

MoveCharacter() public méthode

public MoveCharacter ( Character character, Point direction ) : bool
character Character
direction Point
Résultat bool

Play() public méthode

public Play ( ) : void
Résultat void

TheseusTurn() public méthode

public TheseusTurn ( ) : bool
Résultat bool