Can you play my Simon Game (made using React)?

Hopefully it runs smoothly for you on whatever device you’re on. If you run into any bugs, please let me know.

https://codepen.io/codemamba/full/VOKgYX

1 Like

I haven’t seen the code but the game is running smoothly! Good work! Just a question, what is this ‘strict’ mode?

Thanks for trying it out!

When strict mode is on, if you click the wrong button, the game restarts from level 1. Whereas when it’s off, if you click the wrong button, you can retry as many times as you’d like without having to restart.

1 Like