Game 008 β€” Light Switch Game

Theme: Neon Night
🧠 New concept: Timers + game state locking

Play

Press Start Challenge.

Rule: Start β†’ turn ON β†’ then OFF within 3 seconds.

Learning Notes

🧩 What’s different from last game?

This is your first timed win/lose system: state + setTimeout + cleanup.

πŸ”€ Optional challenge variants

Open the code and try the variant ideas listed in comments near the bottom.

Tip: Use your browser devtools console to inspect state while you play.