Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abbushaik/simon-game
The Simon Game is a classic electronic memory game that challenges players to recall and repeat sequences of colors and sounds...
https://github.com/abbushaik/simon-game
css3 html-5 javascript simon-game uidesign
Last synced: about 1 month ago
JSON representation
The Simon Game is a classic electronic memory game that challenges players to recall and repeat sequences of colors and sounds...
- Host: GitHub
- URL: https://github.com/abbushaik/simon-game
- Owner: Abbushaik
- Created: 2024-05-16T14:50:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T15:13:14.000Z (7 months ago)
- Last Synced: 2024-05-17T16:14:52.570Z (7 months ago)
- Topics: css3, html-5, javascript, simon-game, uidesign
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simon-Game
This is a front-end web 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.
You can access this link to play the game online: https://abbushaik.github.io/Simon-Game/)
Here is a sneakpeak from the game!
![sample](https://github.com/Abbushaik/Simon-Game/assets/92208635/e24a3062-8abe-4b58-89be-ae0d24853844)