class

MazeCraze::Cell

Inherits Reference < Object

Constructors

new(x : UInt32, y : UInt32)
Source

Instance methods

==(other : Cell)
Source
add_neighbor(cell : Cell)
Source
any_neighbor?
Source
east_wall?
Source
north_wall?
Source
serialized_neighbors
Source
south_wall?
Source
unvisit!
Source
visit!
Source
visited=(visited : Bool)
Source
visited?
Source
west_wall?
Source