class Mazebot::Maze

Defined in:

mazebot/maze.cr

Instance Method Summary

Instance Method Detail

def finish : Mazebot::Node | Nil #

[View source]
def finish=(finish : Mazebot::Node | Nil) #

[View source]
def print #

[View source]
def print(&block : Int32, Int32, String -> String) #

[View source]
def size #

[View source]
def start : Mazebot::Node | Nil #

[View source]
def start=(start : Mazebot::Node | Nil) #

[View source]
def stringify_rows(&block : Int32, Int32, String -> String) : Array(String) #

[View source]