#Auto Generated Labyrinth

2 messages · Page 1 of 1 (latest)

steep sinew
#

Hello! I want to create a simple game, where the player controls a character through point A to point B in a labyrinth, is there a way to make a code that auto-generates a labyrinth pattern? would be so cool if it's possible

manic mortar
#

there are many many many ways to generate a maze

use this as a starting point and get to googling. there probably won't be gamemaker code for it, but there probably will be code or pseudo-code in other languages, so you gotta understand how the algorithm works to implement in GM

Maze generation algorithms are automated methods for the creation of mazes.