Skip to content

This project creates a maze in pygame (the dimensions can be modified, as well as the start and end nodes) and then a greedy pathfinding algorithm solves the maze. It can be visualized step by step to see how the algorithm creates the maze and solves it (slower) or it can skip visualization to create bigger mazes and solve them quickly.

Notifications You must be signed in to change notification settings

Thomas-Lemoine/Maze-and-pathfinding-visualization-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

About

This project creates a maze in pygame (the dimensions can be modified, as well as the start and end nodes) and then a greedy pathfinding algorithm solves the maze. It can be visualized step by step to see how the algorithm creates the maze and solves it (slower) or it can skip visualization to create bigger mazes and solve them quickly.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages