C# Class T_and_M.MazeForm

Mostra file Open project: ZachChristensen/Theseus-and-the-Minotaur

Public Methods

Method Description
CreateMap ( ) : void
MazeForm ( ) : System
PrintMap ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public CreateMap ( ) : void
return void

Dispose() protected method

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

MazeForm() public method

public MazeForm ( ) : System
return System

PrintMap() public method

public PrintMap ( ) : void
return void