Wanna try yourself out in this game? Click the link and let's go!
WIKI - Rules
In the game there are four colored buttons, each producing a particular tone when it is clicked by a user. A round in the game consists of the device lighting up one or more buttons in a random order, after which the player must reproduce that order by pressing the buttons. As the game progresses, the number of buttons to be pressed increases.
Simon is named after the simple children's game of Simon Says, but the gameplay is based on Atari's unpopular Touch Me arcade game from 1974. Simon differs from Touch Me in that the Touch Me buttons were all of the same color (black) and the sounds it produced were harsh and grating.
First clone and install dependencies:
git clone
npm i
Then, run in developemnt:
npm run dev
Or build and serve in production:
npm run build
npm run serve