C# Class MinoThesGameConsoleApp.Tile

Inheritance: Thing
Show file Open project: ZachChristensen/Theseus-and-the-Minotaur Class Usage Examples

Public Properties

Property Type Description
DownWall bool
LeftWall bool
RightWall bool
UpWall bool

Public Methods

Method Description
Tile ( bool up, bool down, bool left, bool right )
Tile ( int x, int y )

Method Details

Tile() public method

public Tile ( bool up, bool down, bool left, bool right )
up bool
down bool
left bool
right bool

Tile() public method

public Tile ( int x, int y )
x int
y int

Property Details

DownWall public property

public bool DownWall
return bool

LeftWall public property

public bool LeftWall
return bool

RightWall public property

public bool RightWall
return bool

UpWall public property

public bool UpWall
return bool