-
Create a maze with 16x16 pixel walls. The maze should be it's own class, and have methods to create a new maze.
-
The Maze Generation App is a web-based application that dynamically creates mazes using a grid-based layout. Users can generate new mazes with a click of a button, and the maze's structure is randomly…
-
I have a weird issue where my mazes sometimes generate with two or more structures with exits that are connected to nothing. I first thought it is just unable to find a path, but then I found the extr…
-
"Write an algorithm that can auto-generate a random but legal maze of ANY size up to 24x24. Legal as is adjacent tiles have to have identical bits between their boundary and the walls around the perim…
-
there are quite a few algorithms to generate mazes. the wikipedia page is a quite nice starting point [wiki maze generation](https://en.wikipedia.org/wiki/Maze_generation_algorithm).
we should thin…
-
I see that you have implemented random maze generation with backtracking. It will look good if this was shown by an animation initially.
Possible extension after the expo;)
-
A 4-player FFA minigame where each player fights to collect fuel cells and refuel their spaceship.
---
## Required
- [x] Throwing charge meter to increase velocity
- [x] Thrown fuel objects t…
-
Is there a map generation algorithm that supports rooms of a given size in a maze, while still having a fully-connected maze?
##
---
Want to back this issue? **[Post a bounty on it!](https://w…
-
# An Attempt to Crack the Entombed Maze Generation Algorithm | Obfuscated Memories
Attempting to solve what I thought was an interesting challenge only to find out it was not. So I proposed a new cha…
-
Hi, I'm the author of the [Labyrinthian](https://github.com/romandykyi/Labyrinthian) library, which specializes in step-by-step generation of various graph-based maze types (e.g., delta, theta, upsi…