Generating labyrinth algorithm | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Generating labyrinth algorithm

Hello! I just found Kuba's Siekierzyński labirynth generator 2.0 and as I don't know python i would like you to ask what is the algorithm or idea of generating those structures? I had to do once project in C++ of labirynth game but i was making those with huge arrays and i was filling them by myself :( This took me a lot time to do. Any one can share his knowledge how to (logicly not in form of code) make a generator with exit and all rooms avaible?

20th Apr 2017, 1:42 PM
LEGOL
LEGOL - avatar
1 Answer
+ 7
below, the links to a video tutorial in 5 parts about maze generation by Daniel Shiffman on The Coding Train: https://m.youtube.com/watch?v=HyK_Q5rrcr4 https://m.youtube.com/watch?v=D8UgRyRnvXU https://m.youtube.com/watch?v=8Ju_uxJ9v44 https://m.youtube.com/watch?v=_p5IH0L63wo
20th Apr 2017, 10:08 PM
seamiki
seamiki - avatar