package
0.0.0-20211124023638-efefdc7541f2
Repository: https://github.com/static-flow/infinimaze.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewMaze creates a new Maze.
No description provided by the author

# Constants

Maze cell configurations The paths of the Maze is represented in the binary representation.
Maze cell configurations The paths of the Maze is represented in the binary representation.
Maze cell configurations The paths of the Maze is represented in the binary representation.
Maze cell configurations The paths of the Maze is represented in the binary representation.
The solution path is represented by (Up|Down|Left|Right) << SolutionOffset.

# Variables

Ascii format.
Default Color format.
Directions is the set of all the directions.
Opposite directions.

# Structs

Config is the command configuration.
Format is the printing format of the infiniMaze.
This struct holds state for the entire application */.
Maze represents the configuration of a specific Maze within InfiniMaze */.
Point on a Maze.