C# Class PacManDuel.Helpers.GameMarshaller

Mostra file Open project: EntelectChallenge/2014-PacMan-TestHarness Class Usage Examples

Public Methods

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

Private Methods

Method Description
ProcessTurnOutcome ( System.Enums turnOutcome ) : void

Method Details

GameMarshaller() public method

public GameMarshaller ( ) : System
return System

GetTurnsWithoutPointsInfo() public method

public GetTurnsWithoutPointsInfo ( ) : String
return String

IsOutOfPills() public static method

public static IsOutOfPills ( Maze maze ) : bool
maze PacManDuel.Models.Maze
return bool

ProcessGame() public method

public ProcessGame ( Maze maze, System.Enums turnOutcome ) : Enums.GameOutcome
maze PacManDuel.Models.Maze
turnOutcome System.Enums
return Enums.GameOutcome