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.
- Use simple random sparse matrix as maze
- Depth First Search
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.