This repository contains the classic Simon Game implemented in HTML, CSS, and JavaScript. Simon is a memory game where players must repeat random sequences of colors by pressing the colored buttons in the correct order.
- Colorful Interface: Includes four colored buttons that light up in a random sequence.
- User Interaction: Players interact with the game by clicking on the colored buttons to repeat the sequence.
- Increasing Difficulty: The game progressively becomes more challenging as the sequence gets longer with each round.
- Score Tracking: Keeps track of the player's current round and score.
- HTML: Structures the web page and game components.
- CSS: Styles the game interface, including the layout and animated effects for the buttons.
- JavaScript: Manages the game logic, user interactions, and sequence generation.
- Press any key to start the game.
- Watch the sequence of colors shown.
- Repeat the sequence by clicking on the corresponding colored buttons.
- Each time you successfully repeat the sequence, the game progresses to the next level with an additional step in the sequence.
To run this game locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/simon-game.git
cd simon-game
- Open the game:
- Open
index.html
in your web browser to start playing.
Contributions are welcome! If you have ideas for new features or improvements, please fork the repository and submit a pull request.