This is a Maze Pathfinding Application that includes the A* Algo as-well as the BFS Algo
-
Updated
Oct 28, 2022 - Python
A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish.
A huge variety of algorithms exist for generating and solving mazes. These are not only fun to implement, but also are a good way to familiarise yourself with programming techniques, algorithms, and languages.
This is a Maze Pathfinding Application that includes the A* Algo as-well as the BFS Algo
Génération de labyrinthe (différents type d'algorithme) sous python
3D cube maze solver with terminal-adjusted visualisation and a maze generator
One Python script for generating giant mazes, another for solving them (using the A* algorithm)
maze game created using kivy, 2D array and python
This program could generate random mazes of any specified size and color. Algorithms are written in python; visuals are displayed by pygame.
Maze Generation/Solver API and Renderer