Skip to content

Visualize path finding as well as maze generating algorithms!

License

Notifications You must be signed in to change notification settings

ArjunSahlot/maze_visualizer

Repository files navigation

maze_visualizer

Visualize path finding as well as maze generating algorithms!

example gif

Features

  • Maze generation algorithms
    • Recursive Backtracker
    • Randomized Kruskal's
    • Randomized Prim's
    • Aldous-Broder Alg
    • Recursive Division
  • Path finding algorithms
    • A* Search (A-star)
    • Dijkstra's Alg
    • Best First Search
    • Depth First Search
    • Breadth First Search
  • Draw your own maze!
  • Statistics
  • Algorithm speed
  • Grid size
  • Status alert message
  • User-friendly UI

Running on local device

This is one of my pygame projects, here are the steps to run it.

About

Visualize path finding as well as maze generating algorithms!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published