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

Felippe Regazio @felipperegazio

About: software engineer, frontend specialist, curious generalist, platform dx, open sourcerer, father. a strange carbon-based lifeform

Location:
Brazil
Joined:
Feb 27, 2018

I made a "Simon Game" variation using VueJS 🎮

Publish Date: Mar 23 '20
43 3

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 🙃

Comments 3 total

Add comment