Game 004 — Color Switcher

Theme: Neon Night
🧠 New concept: Arrays + modulo cycling

Play

Current:

Learning Notes

🧩 What’s different from last game?

You’re building a tiny state machine: an index that cycles through options with modulo.

🔀 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.