C# 클래스 MingStar.SimUniversity.ConsoleUI.ConsoleHumanPlayer

상속: IPlayer
파일 보기 프로젝트 열기: MingStar/SimUniversity

공개 메소드들

메소드 설명
MakeMoves ( IGame game ) : List

비공개 메소드들

메소드 설명
DoSystemAction ( IGame game, string instruction ) : void
GetMoves ( IGame game, string instruction ) : List
PrintAllMoves ( IGame game ) : void
PrintMoves ( ConsoleColor color, IEnumerable allMoves ) : void
ToDegreeType ( string s ) : DegreeType
ToEdgeOrientation ( string s ) : EdgeOrientation
ToPosition ( string strX, string strY ) : Position
ToVertexOrientation ( string s ) : VertexOrientation

메소드 상세

MakeMoves() 공개 메소드

public MakeMoves ( IGame game ) : List
game IGame
리턴 List