Skip to content

Agung-Krisna/PATHFINDERS-PATH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PATHFINDERS-PATH

This is a pathfinding visualizer that I created to demonstrate the differences between Dijkstra's pathfinding algorithm and A* pathfinding algorithms.
Written in python3.

Algorithms

Currently I can only code for Dijkstra and A* algoritms only, but I'd wish to add more algorithms into the visualizer in the future.

Packages required

The package that would be required to install the game would be pygame.
If you wish to install the pygame, you can type this into your terminal:
pip3 install pygame

About

This is a pathfinding visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages