Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 505 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 505 Bytes

a-maze-ing

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*

Requirements

The pygame module is required, to install it:

sudo pip install pygame

Running the simulation

To run the simulation simply run:

  python a-maze-ing.py