Keep Talking and Nobody Explodes

Keep Talking and Nobody Explodes

Not enough ratings
Algorithmia
   
Award
Favorite
Favorited
Unfavorite
Modules: Regular Module
File Size
Posted
Updated
7.337 MB
29 Oct, 2021 @ 3:20pm
31 Dec, 2021 @ 7:01am
3 Change Notes ( view )

Subscribe to download
Algorithmia

Description
There appears to have been an accident at the restaurant placemat factory.

Follow a maze-generation algorithm and navigate through the resulting maze.

Module by tandyCake
moduleID: algorithmia
Manual can be found at ktane.timwi.de
2 Comments
tandyCake  [author] 3 Nov, 2021 @ 4:22pm 
@Warben That's actually a manual error. The module doesn't intend to generate a random number for recursive division. It always picks the first indivisible group in reading order. Thank you for the report; the manual will be updated soon with the intended behavior.
Warben 1 Nov, 2021 @ 1:22pm 
Now that I've gotten the hang of generating mazes (relatively) quickly, this module's pretty cool!

I'm pretty sure there's an error in the manual, though: in the "Yellow Bulb: Recursive Division" system, the manual says to always use a random number to select a group G from list L , but it seems like the module actually skips using a random number if L only contains one group.