C# Class PacManDuel.Helpers.GameMarshaller

Afficher le fichier Open project: EntelectChallenge/2014-PacMan-TestHarness Class Usage Examples

Méthodes publiques

Méthode Description
GameMarshaller ( ) : System
GetTurnsWithoutPointsInfo ( ) : String
IsOutOfPills ( Maze maze ) : bool
ProcessGame ( Maze maze, System.Enums turnOutcome ) : Enums.GameOutcome

Private Methods

Méthode Description
ProcessTurnOutcome ( System.Enums turnOutcome ) : void

Method Details

GameMarshaller() public méthode

public GameMarshaller ( ) : System
Résultat System

GetTurnsWithoutPointsInfo() public méthode

public GetTurnsWithoutPointsInfo ( ) : String
Résultat String

IsOutOfPills() public static méthode

public static IsOutOfPills ( Maze maze ) : bool
maze PacManDuel.Models.Maze
Résultat bool

ProcessGame() public méthode

public ProcessGame ( Maze maze, System.Enums turnOutcome ) : Enums.GameOutcome
maze PacManDuel.Models.Maze
turnOutcome System.Enums
Résultat Enums.GameOutcome