https://github.com/aditya-ranjan1234/simon_game
Fun Pattern Memorisation Game
https://github.com/aditya-ranjan1234/simon_game
css html javascript
Last synced: 7 months ago
JSON representation
Fun Pattern Memorisation Game
- Host: GitHub
- URL: https://github.com/aditya-ranjan1234/simon_game
- Owner: Aditya-Ranjan1234
- License: gpl-3.0
- Created: 2024-04-08T12:34:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T12:44:15.000Z (over 1 year ago)
- Last Synced: 2025-01-22T20:14:30.304Z (9 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://aditya-ranjan1234.github.io/Simon_Game/
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simon Game
Simon Game is a classic electronic memory game where players need to repeat a sequence of colors and sounds generated by the game. It's a fun and challenging way to test and improve your memory skills!
## Features
- Generate random sequences of colors and sounds.
- Display the current sequence to the player.
- Allow the player to input their guess for the sequence.
- Check if the player's input matches the generated sequence.
- Keep track of the player's score (number of correct sequences repeated).
- Increase the difficulty as the player progresses by adding more colors or increasing the length of the sequence.## Technologies Used
- HTML: Structure of the game interface.
- CSS: Styling the game interface to make it visually appealing.
- JavaScript: Logic and functionality of the game.
- Audio API: Generating and playing sounds for each color in the sequence.## How to Play
1. Start the game by pressing the "Start" button.
2. The game will generate a sequence of colors and play corresponding sounds.
3. Pay attention to the sequence!
4. Repeat the sequence by clicking on the colors in the same order.
5. If your sequence matches the generated one, you'll advance to the next round with an increased difficulty.
6. If you make a mistake, the game will indicate it, and you can try again.
7. Keep playing and see how far you can go!Website Link : https://aditya-ranjan1234.github.io/Simon_Game/