https://github.com/mohammadrezag/maze_solver
Maze_solver using A* algorithms in pygame
https://github.com/mohammadrezag/maze_solver
astar-pathfinding maze-solver pathfinding pygame python
Last synced: 10 months ago
JSON representation
Maze_solver using A* algorithms in pygame
- Host: GitHub
- URL: https://github.com/mohammadrezag/maze_solver
- Owner: MohammadRezaG
- License: mit
- Created: 2022-01-09T17:34:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T21:22:22.000Z (over 4 years ago)
- Last Synced: 2025-07-22T09:52:54.491Z (11 months ago)
- Topics: astar-pathfinding, maze-solver, pathfinding, pygame, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maze_solver
## installat requirements
pip install pygame
# using
- `python run main.py`
- or run Maze_solver.exe on windows **no requirements neded**
## keys
**C** clear
**E** placing **END**
**S** placing **START**
inspired by [Tech With Tim video](https://youtu.be/JtiK0DOeI4A)