Skip to content

Prim's algorithm and A* pathfinding algorithm using python and pygame

Notifications You must be signed in to change notification settings

tobiabocchi/a-maze-ing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Prim's algorithm and A* pathfinding algorithm using python and pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages