Skip to content

This is a Maze Pathfinding Application that includes the A* Algo as-well as the BFS Algo

Notifications You must be signed in to change notification settings

MartinGurasvili/Maze-Pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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