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

https://github.com/thisis-developer/simon

🎮 Simon Game: A digital version of the classic memory game! Repeat the sequence of lights and sounds to win. Can you beat your high score? 🌟
https://github.com/thisis-developer/simon

game-development html-css-javascript simon simon-game simon-says

Last synced: 8 months ago
JSON representation

🎮 Simon Game: A digital version of the classic memory game! Repeat the sequence of lights and sounds to win. Can you beat your high score? 🌟

Awesome Lists containing this project

README

          

# Simon Game 🎮
![334510606-7df12565-6af3-4e5c-a31e-8bffc77395b4](https://github.com/user-attachments/assets/4e8ba33b-99b4-451a-9f2d-ddd2b6fbe779)

## Description â„šī¸

This repository contains a digital version of the classic electronic **game Simon**. Simon is a memory game where players must repeat a sequence of lights and sounds generated by the game. The game gets progressively harder as the sequence gets longer.

## Features 🚀

- User-friendly interface with buttons for gameplay.
- Randomly generated sequences for each game session.
- Sound and visual feedback for correct and incorrect inputs.
- Difficulty increases as the game progresses.

## UI 🎮

![334506566-896bf89a-fbaf-4d7d-84db-b6cb1b79ab44](https://github.com/user-attachments/assets/728ba7ad-36af-4acb-b724-a0ccaf3e398f)
![334507499-9680f08f-fd95-4f6e-8f2d-625f530d582c](https://github.com/user-attachments/assets/3896d3ec-e656-47bc-a657-e34857c04db7)

## Technologies Used 📝

- HTML, CSS, JavaScript for the frontend.
- Bootstrap for styling.
- Git and GitHub for version control and repository hosting.

## Installation đŸ› ī¸

1. Clone the repository to your local machine:

```bash
git clone https://github.com/ThisIs-Developer/Simon.git
```

2. Open the `index.html` file in your web browser.

## Usage đŸŽē

1. Press the "Start" button to begin the game.
2. Watch and listen to the sequence played by the game.
3. Repeat the sequence by clicking the corresponding buttons.
4. If you make a mistake, the game will show the correct sequence and end.
5. Try to beat your high score by completing longer sequences.

## Contributing 📈

If you'd like to contribute to this project, follow these steps:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature/new-feature`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add new feature'`).
5. Push to the branch (`git push origin feature/new-feature`).
6. Create a new Pull Request.

## Credits 💟

This project is inspired by the original Simon game invented by Ralph H. Baer and Howard J. Morrison.

## License đŸĒĒ

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.