koodimonsteri / pathfinder

Path finding and maze generation in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pathfinder

Path finding and maze generation visualization in Python 3.9 using pygame and pygame_gui

run 'pip install -r requirements.txt'
run main_app.py

Solving algorithms implemented so far:
Astar
Dijkstra
Depth First Search

Maze generation algorithms implemented so far:
Prim's
Recursive Backtracking
Divide & Conquer
Hunt and Kill
Binary Tree

A* python_gvh6FPGXcP-ezgif com-cut

Prim python_4RSi2VJTJ4-ezgif com-cut

Divide and conquer python_nPo7ql1WVw-ezgif com-cut

About

Path finding and maze generation in python

License:MIT License


Languages

Language:Python 100.0%