C# Class T_and_M.MazeForm

Afficher le fichier Open project: ZachChristensen/Theseus-and-the-Minotaur

Méthodes publiques

Méthode Description
CreateMap ( ) : void
MazeForm ( ) : System
PrintMap ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Coordinates ( Thing thing ) : string
End ( ) : void
GetPosition ( int posX, int posY ) : Point
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsBlocked ( Point pos, string direction ) : bool
LoadResources ( ) : void
MazeForm_KeyDown ( object sender, KeyEventArgs e ) : void
MazeForm_Load ( object sender, EventArgs e ) : void
MinotaurTurn ( ) : void
Move ( Thing thing, string direction ) : void
MoveTheseus ( int x, int y, string direction ) : void
Play ( ) : void
Render ( ) : void
TheseusTurn ( ) : void

Method Details

CreateMap() public méthode

public CreateMap ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

MazeForm() public méthode

public MazeForm ( ) : System
Résultat System

PrintMap() public méthode

public PrintMap ( ) : void
Résultat void