Module maze_rs::core[][src]

Expand description

This module contains the core functionality of the project: Maze Generation and Maze Solving algorithms.

Structs

The actual maze itself - both in terms of data to be manipulated in the form of graph algorithms, as well as all the data needed to actually render the cells along paths on the terminal screen.