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.
- 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.
- HTML, CSS, JavaScript for the frontend.
- Bootstrap for styling.
- Git and GitHub for version control and repository hosting.
-
Clone the repository to your local machine:
git clone https://github.com/ThisIs-Developer/Simon.git
-
Open the
index.html
file in your web browser.
- Press the "Start" button to begin the game.
- Watch and listen to the sequence played by the game.
- Repeat the sequence by clicking the corresponding buttons.
- If you make a mistake, the game will show the correct sequence and end.
- Try to beat your high score by completing longer sequences.
If you'd like to contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
This project is inspired by the original Simon game invented by Ralph H. Baer and Howard J. Morrison.
This project is licensed under the MIT License - see the LICENSE file for details.