olivertang40 / Simon-Game

Almost of everyone's favorite childhood games! an experience that enabled me to work with my javascript skills and the idea of front-end web game design.

Home Page:https://olivertang40.github.io/Simon-Game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simon-Game

Have completed another front-end web games added to my whole repositories! This game is quite basic, and as a gamer you can just press any key to start the game that actually 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 gamer 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 gamer 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 attached to the sounds folder.

Run Instructions: You can either choose to download the files and open index.html with a browser, or you can choose to access the in the repository link to play the game online: https://olivertang40.github.io/Simon-Game/

Here is a sneakpeak from the game!

Capture

About

Almost of everyone's favorite childhood games! an experience that enabled me to work with my javascript skills and the idea of front-end web game design.

https://olivertang40.github.io/Simon-Game/


Languages

Language:JavaScript 59.2%Language:HTML 22.9%Language:CSS 17.9%