Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiwiyou/maze-astar
Simple A* algorithm visualization with a maze
https://github.com/kiwiyou/maze-astar
Last synced: 26 days ago
JSON representation
Simple A* algorithm visualization with a maze
- Host: GitHub
- URL: https://github.com/kiwiyou/maze-astar
- Owner: kiwiyou
- License: gpl-3.0
- Created: 2019-02-11T15:46:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T15:51:31.000Z (almost 6 years ago)
- Last Synced: 2024-10-27T12:57:43.081Z (2 months ago)
- Language: CMake
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maze-astar
Simple A* algorithm visualization with a maze## How to use
* Left click to set a start point
* Right click to set an end point
* Press F5 to regenerate the map
* Press space to find a path