C# Class MingStar.SimUniversity.ConsoleUI.ConsoleHumanPlayer

Inheritance: IPlayer
Mostra file Open project: MingStar/SimUniversity

Public Methods

Method Description
MakeMoves ( IGame game ) : List

Private Methods

Method Description
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

Method Details

MakeMoves() public method

public MakeMoves ( IGame game ) : List
game IGame
return List