Pygame implementation of Prim's algorithm and A* pathfinding algorithm
This simulation generates a maze using Prim's Algorithm and then solves it using A*
The pygame module is required, to install it:
sudo pip install pygame
To run the simulation simply run:
python a-maze-ing.py