Skip to content
/ mazego Public

Maze solving in Go using DFS and BFS with Web- and Command Line Interface

License

Notifications You must be signed in to change notification settings

IroNEDR/mazego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Maze solving in Go using DFS and BFS with Web- and Command Line Interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages