DEV Community

Cover image for I made a "Simon Game" variation using VueJS 🎮
Felippe Regazio
Felippe Regazio

Posted on

I made a "Simon Game" variation using VueJS 🎮

Recently i made this kind of Simon Game using VueJS.

Simon is an electronic game of memory skill invented by Ralph H. Baer and Howard J. Morrison, working for toy design firm Marvin Glass and Associates,[1] with software programming by Lenny Cope. The device creates a series of tones and lights and requires a user to repeat the sequence.

In my implementation, the previous sequence is not memorized. Every time you hit the right sequence a completely new variation with a new step is proposed by the computer. This version is also "infinite", test your limits.

Here is the game link:
https://felippe-regazio.github.io/memory-lights/

Here is the source code:
https://github.com/felippe-regazio/memory-lights-source

My best was level 12 🙃

Top comments (3)

Collapse
 
ptheodosiou profile image
Pantelis Theodosiou

Just beat your score 💪
Nice article and repository

Collapse
 
felipperegazio profile image
Felippe Regazio • Edited

thanks! :) i just cant beat level 12 and i cant remember why u.u

Collapse
 
malgamves profile image
Daniel Madalitso Phiri

This is pretty cool!