https://github.com/baroshem/a-star-algorithm
https://github.com/baroshem/a-star-algorithm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/baroshem/a-star-algorithm
- Owner: Baroshem
- Created: 2019-01-24T13:38:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T14:37:43.000Z (over 6 years ago)
- Last Synced: 2025-02-14T09:57:44.049Z (4 months ago)
- Language: Java
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A-Star-Algorithm
This is a visualisation of A* Pathfinding Algorithm.
It consists of 8 classes.
It was built with a Model-View-Controller(MVC) design pattern.
It has a simple Exception handling and can save a result of path to .txt file called output.Controls:
Place a start node by left click + 's' key.
Place an end node by left click + 'e' key.
Create a wall by left click.
Click start to run the algorithm.
*You can uncheck 'showSteps' to just show the final result of pathfinding.