메소드 | 설명 | |
---|---|---|
PrintGame ( ) : void | ||
PrintIllegalMove ( IPlayerMove move ) : void | ||
PrintLegalMove ( IPlayerMove move ) : void | ||
PrintRoundResult ( System.TimeSpan timeTaken ) : void | ||
PrintStats ( ) : void | ||
PrintTitle ( ) : void | ||
PrintUniversityDetails ( ) : void | ||
SetGame ( |
메소드 | 설명 | |
---|---|---|
HexPosToConsolePos ( |
||
InitialiseBuffer ( ) : void | ||
PrintBufferToBoard ( ) : void | ||
PrintNumber ( int number, int bufferY, int bufferX, bool rightAligned, ConsoleColor foreColor ) : void | ||
PrintScarcity ( ) : void | ||
UpdateBuffer ( ) : void | ||
UpdateBuffer ( Edge edge ) : void | ||
UpdateBuffer ( |
||
UpdateBuffer ( |
||
printNumberNegRed ( int number, int bufferY, int bufferX, bool rightAligned, ConsoleColor defaultForeColor ) : void |
public PrintIllegalMove ( IPlayerMove move ) : void | ||
move | IPlayerMove | |
리턴 | void |
public PrintRoundResult ( System.TimeSpan timeTaken ) : void | ||
timeTaken | System.TimeSpan | |
리턴 | void |