Skip to content

loheesong/pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding Visualiser

This is a pathfinding visualiser that visualises Depth First Search (DFS), Breadth First Search (BFS) and A* pathfinding algorithm.

Features

  • Choose which pathfinding algorithm to visualise in a 50x50 grid
  • Random generation of walls or manually place and delete walls
  • Showcases Depth First Search (DFS), Breadth First Search (BFS) and A* pathfinding algorithm

Visuals

Technologies

Python 3.9.1 and pygame 2.0.1

How to use

Install pygame with pip.

pip install pygame

Just download game.py and make sure pygame is installed. Open the code in your IDE and run the program from there.

About

This is a pathfinding visualiser that visualises Depth First Search (DFS), Breadth First Search (BFS) and A* pathfinding algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages