|
10 | 10 | <p align="center">
|
11 | 11 | <br>
|
12 | 12 | This is a Maze Pathfinding Application that includes the A* Algo as-well as the BFS Algo
|
| 13 | + if you make any cool mazes please feel free to contribute |
13 | 14 | <br />
|
| 15 | + <br> |
| 16 | + <a href="https://github.com/MartinGurasvili/Python-GitHub-Follower-Bot/releases/download/v1.0.0/GitHub-Followers.py"><h3>Try it now</h3></a> |
| 17 | + <br/> |
| 18 | +</div> |
| 19 | +<div align="center"> |
| 20 | + <img style="width:60%" alt="Screenshot 2022-02-26 at 7 11 24 pm" src="https://user-images.githubusercontent.com/76784461/159134926-d52bebd6-bf70-42af-9a73-ad95961199c2.gif"> |
| 21 | + </div> |
| 22 | + |
| 23 | + |
| 24 | + <h1 align="center" >Features </h1> |
| 25 | +<br></br> |
| 26 | + |
| 27 | + - [ ] Maze Creation Tools |
| 28 | + - [ ] Both Astar and BFS Path Finding included |
| 29 | + - [ ] Simple design |
| 30 | + - [ ] Fast and efficient Solving (Astar) |
| 31 | + - [ ] Premade Mazes Included |
| 32 | + <br></br> |
| 33 | +<h1 align="center" >Tools </h1> |
| 34 | + |
| 35 | +<h2>Load Premade Maze</h2> |
| 36 | +To load in my premade mazes press number - to load maze 1 press - 1 |
| 37 | + |
| 38 | +<h2>Solve Maze</h2> |
| 39 | +To Find a path in the maze press Enter - if no solution is available - no path will be drawn |
| 40 | +<br></br> |
| 41 | +<br> |
| 42 | +<img style="width:60%" alt="Screenshot 2022-02-26 at 7 11 24 pm" src="https://user-images.githubusercontent.com/76784461/159136955-3adafaa5-1922-4c33-9ecc-b028b307ed4a.gif"> |
| 43 | + |
| 44 | +<h2>Wall Tool</h2> |
| 45 | +Holding Down the left mouse button will draw walls |
| 46 | + |
| 47 | +<h2>Eraser</h2> |
| 48 | +Holding Down the right mouse button will remove any blocks |
| 49 | + |
| 50 | +<h2>Start + End</h2> |
| 51 | +Clicking the right mouse button will add a start point and end point |
| 52 | + <br></br> |
| 53 | + <br> |
| 54 | +<img style="width:60%" alt="Screenshot 2022-02-26 at 7 11 24 pm" src="https://user-images.githubusercontent.com/76784461/159135374-f186cacc-2e4a-45ba-b278-11cda6e0b93e.gif"> |
| 55 | + |
| 56 | +<h2>Fill Tool</h2> |
| 57 | +To the whole grid with walls - press F |
| 58 | + |
| 59 | +<h2>Reset Tool</h2> |
| 60 | +To refresh the whole grid - press R |
| 61 | + |
| 62 | +<h2>Saving Tool</h2> |
| 63 | +To save your Maze - press S - this will save it into a file - so can be loaded if reloading the application |
| 64 | + |
| 65 | +<h2>Loading Tool</h2> |
| 66 | +To load in your Maze - press L |
| 67 | + <br></br> |
| 68 | + <br> |
| 69 | +<img style="width:60%" alt="Screenshot 2022-02-26 at 7 11 24 pm" src="https://user-images.githubusercontent.com/76784461/159137534-8dc8ff96-44fa-48a5-94b4-2ff41f3eadc7.gif"> |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
0 commit comments