Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 2.44 KB

README.md

File metadata and controls

76 lines (56 loc) · 2.44 KB

Maze Path Finding Algorithm Tester

cas


This is a Maze Pathfinding Application that includes the A* Algo as-well as the BFS Algo
if you make any cool mazes please feel free to contribute

Try it now

Screenshot 2022-02-26 at 7 11 24 pm

Features



  • Maze Creation Tools
  • Both Astar and BFS Path Finding included
  • Simple design
  • Fast and efficient Solving (Astar)
  • Premade Mazes Included

Tools

Load Premade Maze

To load in my premade mazes press number - to load maze 1 press - 1

Solve Maze

To Find a path in the maze press Enter - if no solution is available - no path will be drawn


Screenshot 2022-02-26 at 7 11 24 pm

Wall Tool

Holding Down the left mouse button will draw walls

Eraser

Holding Down the right mouse button will remove any blocks

Start + End

Clicking the right mouse button will add a start point and end point


Screenshot 2022-02-26 at 7 11 24 pm

Fill Tool

To the whole grid with walls - press F

Reset Tool

To refresh the whole grid - press R

Saving Tool

To save your Maze - press S - this will save it into a file - so can be loaded if reloading the application

Loading Tool

To load in your Maze - press L


Screenshot 2022-02-26 at 7 11 24 pm