Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 338 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 338 Bytes

Mazego - A maze generator and solver

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