You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mazego is a maze generator and solver written in Go. It offers various maze generation and maze solving algorithms. It also offers a maze visualization tool.
Available Maze Generation Algorithms
Use simple random sparse matrix as maze
Available Maze Solving Algorithms
Depth First Search
About
Maze solving in Go using DFS and BFS with Web- and Command Line Interface