C# 클래스 MBC.App.Terminal.Modules.CompetitionRun

상속: TerminalModule
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( ) : void
CompetitionRun ( MatchCore comp, int delay, bool showBoards ) : System

보호된 메소드들

메소드 설명
Display ( ) : void

비공개 메소드들

메소드 설명
ASCIIShipDestroyed ( Event ev ) : void
ASCIIUpdateShip ( Event ev ) : void
ASCIIUpdateShot ( Event ev ) : void
ASCIIUpdateShotHit ( Event ev ) : void
ASCIIWriteShip ( IDNumber ctrlIdx, Ship ship, char character, ConsoleColor colorText, ConsoleColor colorBack ) : void
MakeASCII ( Event ev ) : void
MatchEnd ( Event ev ) : void
ModifyASCII ( int ctrlIdx, int x, int y, char character, ConsoleColor text, ConsoleColor background ) : void
ResetTurns ( Event ev ) : void
SleepEvent ( Event ev ) : void
WriteHeader ( Event ev ) : void
WriteScoreRounds ( Event ev ) : void
WriteTurns ( Event ev ) : void

메소드 상세

Begin() 공개 메소드

public Begin ( ) : void
리턴 void

CompetitionRun() 공개 메소드

public CompetitionRun ( MatchCore comp, int delay, bool showBoards ) : System
comp MatchCore
delay int
showBoards bool
리턴 System

Display() 보호된 메소드

protected Display ( ) : void
리턴 void