Keep Talking and Nobody Explodes

Keep Talking and Nobody Explodes

Forget Maze Not
Showing 1-10 of 29 entries
< 1  2  3 >
Update: 31 May, 2023 @ 4:24pm

Fix exception caused by multiple solution cells generated within one stage.
Thank you @Quinn Wuest#7429!

Update: 23 Jan, 2023 @ 9:01pm

Thank you to Quinn Wuest#7429!

| Fixed some bugs in Forget Maze Not:
| - The module generated a Maze with zero cells if there is one solvable module, which causes heaps of problems. I've simply just had the module solve immediately. (since I don't think your equation can work around one module)
| - The module would throw exceptions every frame if any module was solved before activation. This has been fixed.

Update: 25 Jun, 2022 @ 11:54am

Potentially fix bug where the solution gets messed up.

Update: 17 Jun, 2022 @ 2:58pm

There was a line in the code that makes me wonder what the heck was going through my head, and how this wasn't breaking anyone's bombs for the past two years... I seriously don't understand
Anyways made fix for a bug where bomb would break if there was only one solveable (non boss) module.

Update: 11 Jun, 2022 @ 11:35am

Fixed bug where module is not even solvable (lol)
Also I made it so u can see the maze when it is solved until the bomb ends, instead of making it disappear, now u can see ur cool maze :D

Update: 9 Jun, 2022 @ 8:48pm

Fixed bugs that happened with the previous update.

Update: 9 Jun, 2022 @ 7:24pm

Fixed the solution generation so that the order the solutions cells are generated is the order they appear on the module, this should make solving much more faster.

Update: 22 Apr, 2022 @ 1:18pm

Kind of big update
- I changed the way solution cells are generated (they used to be picked at random) now they have a controlled amount of steps between each solution. Inputting the solution should take less time!

Update: 7 Nov, 2021 @ 4:18pm

Added WASD / Arrow Keys Functionality after some requests from people:

WASD / Arrow Keys: Move
Space: Press the center button

Now you can do very fast inputs, but its very easy to make a mistake so be careful!

Update: 21 Sep, 2021 @ 8:18pm

Module performance problem solved? (Thank you Timwi!)