• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Congratulations to all of the game jam participants! 🥳 The winners have all been decided and announced.
    If you haven't yet, check out the entries for Eevee Expo's Game Jam here!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

Resource Lights Out and Multi Button Puzzle Methods 2025-09-26

Vendily submitted a new resource:

Lights Out and Multi Button Puzzle Methods - These puzzle types are pretty common, might as well have the script for them easy to find too.

The linked pastebin implements two different types of puzzles: Lights Out and Multiple Buttons that all must be simultaneously pressed.

In Lights Out, interacting with the event toggles itself and neighbouring events to change state, with the goal of making everything match generally. The script is more extendable than that, as it gives you full control in what events are toggled by the triggering event. The solution checking method also allows you to check the state of given events (so you...

Read more about this resource...
 
Back
Top