About

A visual pathfinding program that allows the user to create their own obstacles or mazes and then run different pathfinding algorithms on it.

This program includes the ability to place weighted path nodes, the ability to generate a random maze using Prim's algorithm, a results display after each successful path found, and five different algorithms to choose from.

This project was built with inspiration from my introduction to artificial intelligence class, and is meant to be a learning resource for visualizing how different pathfinding algorithms work.

This website is still under production. Next features include more demo videos for each algorithm, along with a more detailed description of each algorithm.

Prim's Maze Algorithm

Generates a maze with one unique solution.