My take on "SIMON" game, have a play!

Here is link to the game:

https://tomski80.github.io/FCCsimon-game/

I found hasbros simon game manual online, and apparently you have 5 seconds to repeat
sequence so I also added time out to my game.

done with knockout.js.

Feedback appreciated.

2 Likes

Man, someday I’ll be able to make games like this. Very nice!

One criticism though, it took me a long time to understand that the right button meant the machine was off. So one thing you could try to implement is to make it more intuitive. Maybe have the lights flashing when the button is ON, for example, and kill all the lights when it’s OFF. I’d be able to understand what that button means better if you do that.

thanks for input.

I will look into on/off button. (I know it was not the best design choice).