maze generator
Projects with this topic
-
School Project Maze Lab a fun and interactive way of implementing algorithms.
Updated -
Rotate the pipe segments to connect them to a perfect maze. https://cpetrich.gitlab.io/maze/ All pipe segments are interconnected and there are no loops.
Updated -
I made a A* pathfinding algorithm for 2D grids with obstacles. A little coding challenge just for fun;-) In addition I made a maze generator that is now solvable with the pathfinding algorithm.
Updated -
Simple labyrinth game created with pygame. Kurskal's algorithm used for generating a maze.
Updated -
The only package for everything maze related you'll ever need.
Updated -
The goal of this project is to generate mazes (done in a reasonable amount of time), solve them (from 4 different ways and done in a reasonable amount of time), and print the solution.
Updated