An open API service indexing awesome lists of open source software.

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

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)