Keep Talking and Nobody Explodes

Keep Talking and Nobody Explodes

十分な評価がありません
Algorithmia
   
アワード
お気に入り
お気に入り
お気に入りから削除
Modules: Regular Module
ファイルサイズ
投稿日
更新日
7.337 MB
2021年10月29日 15時20分
2021年12月31日 7時01分
3 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
Algorithmia

解説
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 件のコメント
tandyCake  [作成者] 2021年11月3日 16時22分 
@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 2021年11月1日 13時22分 
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.