C# Class MBC.App.Terminal.Modules.CompetitionRun

Inheritance: TerminalModule
Afficher le fichier Open project: aiclub/Mohawk_Battleship Class Usage Examples

Méthodes publiques

Méthode Description
Begin ( ) : void
CompetitionRun ( MatchCore comp, int delay, bool showBoards ) : System

Méthodes protégées

Méthode Description
Display ( ) : void

Private Methods

Méthode Description
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

Method Details

Begin() public méthode

public Begin ( ) : void
Résultat void

CompetitionRun() public méthode

public CompetitionRun ( MatchCore comp, int delay, bool showBoards ) : System
comp MatchCore
delay int
showBoards bool
Résultat System

Display() protected méthode

protected Display ( ) : void
Résultat void