https://github.com/henrytwo/mazesolver
https://github.com/henrytwo/mazesolver
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/henrytwo/mazesolver
- Owner: henrytwo
- Created: 2019-09-27T17:15:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T20:44:45.000Z (over 6 years ago)
- Last Synced: 2025-02-07T23:37:26.982Z (over 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MazeSolver
Simple maze solver that finds the path between two points on a pixel maze using various graph traversal algorithms.