C# 클래스 PacManDuel.Helpers.GameMarshaller

파일 보기 프로젝트 열기: EntelectChallenge/2014-PacMan-TestHarness 1 사용 예제들

공개 메소드들

메소드 설명
GameMarshaller ( ) : System
GetTurnsWithoutPointsInfo ( ) : String
IsOutOfPills ( Maze maze ) : bool
ProcessGame ( Maze maze, System.Enums turnOutcome ) : Enums.GameOutcome

비공개 메소드들

메소드 설명
ProcessTurnOutcome ( System.Enums turnOutcome ) : void

메소드 상세

GameMarshaller() 공개 메소드

public GameMarshaller ( ) : System
리턴 System

GetTurnsWithoutPointsInfo() 공개 메소드

public GetTurnsWithoutPointsInfo ( ) : String
리턴 String

IsOutOfPills() 공개 정적인 메소드

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

ProcessGame() 공개 메소드

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