Skip to content

thanosan23/Pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding

Pathfinding visualizer in PyGame

Screenshot

Implementation

This pathfinding visualizer uses ideas from graph theory in order to construct a graph from a grid.

Various different algorithms can be implemented easily in pathfinding.py.

Usage

Keys:

S: place start node (in red)

E: place end node (in blue)

C: Clear board

Mouse

Use left mouse click to place node and right mouse click to clear node.

Nodes

Red Node: Start node

Blue Node: End node

Grey Node: Obstacle

Green Nodes: Visited Nodes

Purple Nodes: Found path

About

Pathfinding Visualization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages