Pathfinding visualizations with Python and Pygame
-
Updated
Feb 16, 2023 - 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.
Pathfinding visualizations with Python and Pygame
A maze command written in Go
A comprehensive library of algorithms for creating perfect mazes.
A collection of algorithms for generating mazes
Mazes for Programmers book source code & examples, rewritten and adapted to Python
The Maze generation software "Daedalus", version 3.4
A depth-first search maze generation algorithm implemented with recursive backtracking
Project of a micromouse type mobile robot based on STM32 and designed PCB. Master's thesis.
🏰 The Maze Game offers straightforward maze navigation challenges, built with Prim & DFS Algorithms. Featuring responsive design for easy play on any device, including mobile, with intuitive on-screen controls for movement, it's ideal for quick gaming sessions, providing both casual and challenging experiences!
Pathfinding and maze generation algorithms visualizer
A simple Maze generator using a modified version of Hunt-and-Kill algorithm
Maze generation and solving library
Java library for maze generation
💡 A randomly-generated maze game
A game close to bomberman, but aim to escaping a maze. Game included random maze generation, nice gui and animation along with a lot other features moreover implemented bunch of Design patterns such as Singleton, Flyweight, Factory, Command and much more.
3D Maze generation and visualisation using Unity 3D
Program to generate different kind of Mazes
Mazex is a tool for generating mazes using different algorithms and rendering them as png images.
Automatically creates a solution to a randomly-generated maze using Pyhop, a Hierarchical Task Network Planner created by Dana Nau based on the SHOP algorithm. Built for artificial intelligence research.
unix command maze: generating a maze