Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serhatkacmaz/python-mazesolver
Maze solution with Python programming language
https://github.com/serhatkacmaz/python-mazesolver
maze maze-algorithms maze-generator maze-solver
Last synced: 27 days ago
JSON representation
Maze solution with Python programming language
- Host: GitHub
- URL: https://github.com/serhatkacmaz/python-mazesolver
- Owner: serhatkacmaz
- Created: 2021-05-02T23:19:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T14:42:46.000Z (over 1 year ago)
- Last Synced: 2024-11-12T04:12:58.431Z (3 months ago)
- Topics: maze, maze-algorithms, maze-generator, maze-solver
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python MazeSolver
For classic solution from Cmd screen;
py find_path.py entry.txt output.txtFor a high-input solution from the Cmd screen;
py find_path.py strong_entry.txt.output.txt