An open API service indexing awesome lists of open source software.

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

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/