Skip to content

Simon is an electronic game of memory skill invented by Ralph H. Baer and Howard J. Morrison. This is my recreation of the 30 year old game using JavaScript.

Notifications You must be signed in to change notification settings

kkartikeye/Simon-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon-Game

This game is extremely basic, and you just press any key to start the game which triggers the game mechanism that beeps one of the four colored boxes on the screen. The beeped box goes into an array which stores the sequence of color buttons to be pressed. The user then has to copy that particular sequence and once the full sequence has been copied another colored button gets added to that sequence making the sequence longer as each level progresses. The user can make upto as many stages as they are able to.

I added sounds to the game upon button pressing and gameover sound when the player loses the game. All the sound files are available in the sounds folder.

Run Instructions: You can download the files and open index.html with a browser.

Here is a sneakpeak from the game!

Screenshot 2020-07-18 at 12 49 04 PM

About

Simon is an electronic game of memory skill invented by Ralph H. Baer and Howard J. Morrison. This is my recreation of the 30 year old game using JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published