Skip to content

A pathfinding visualization made with Python and Pygame.

Notifications You must be signed in to change notification settings

zit-software/zit-pathfinding

Repository files navigation

PathFindingVisualization

Visualizing a few different algorithms through a maze solver game.

** NOTE **

  • This program is implemented with Python.
  • You need to install pygame in order to run this code.

** INTRODUCTION **

  • A Maze Solver with different algorithms to visualize it. The purpose is to find a way from one starting node to a different end node.
  • Currently, there are 4 algos: A*, DFS, BFS, DIJKSTRA.

About

A pathfinding visualization made with Python and Pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages