Game 005 — Yes/No Guess Game

Theme: Neon Night
🧠 New concept: if/else + locking input

Play

Make your guess!

Tip: After you guess, buttons disable so the round can’t keep changing.

Learning Notes

🧩 What’s different from last game?

First real rule check: compare a hidden ‘secret’ to user choice and end the round cleanly.

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