Random maze generator

A random maze generator implemented in Matlab. Maze is always solvable.
323 download
Aggiornato 21 ago 2016

Visualizza la licenza

This maze generator generates a maze composed of several component types. The maze is generated by random iterative swapping of interchangeable parts as well as random attachments of new parts. I've also added functions for displaying and/or saving the generated maze as an image. The code is slow however it is meant to be more of one approach to maze generation rather than anything else.
To learn how to use the functions please try running the example_script.m script. of more reading on this go to https://easterneuropeanbarbarian.wordpress.com/2016/01/24/matlab-maze-generator/

Cita come

Adam Ivansky (2026). Random maze generator (https://it.mathworks.com/matlabcentral/fileexchange/58803-random-maze-generator), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Labyrinth problems in Help Center e MATLAB Answers
Versione Pubblicato Note della release
1.0.0.0

just a new pic