Skip to content

avenortoz/MazeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERATOR

Merator is a simple Maze generator application build with Qt. The app can build mazes with different algorithms and provide soulutions for them.

Build algorithms:

  • BFS
  • DFS(with some modification)
  • Prim
  • Kruscal
  • Loop-erased walk (Default)

Find path algorithms:

  • BFS
  • DFS
  • Astar (Default)

There are also different shapes for mazes:

  • Rectangle
  • Honey Comb
  • Rectangle-comb maze (Default)

Examples

image image image image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published