Welcome to the Simon Say project! This web application is a recreation of the classic "Simon Says" memory game, designed to test and improve your memory skills through interactive gameplay.
- Interactive Gameplay: Engage in a fun and challenging memory game that progressively increases in difficulty.
- Responsive Design: Enjoy a seamless experience across various devices and screen sizes.
To play the game locally, follow these steps:
- A modern web browser (e.g., Chrome, Firefox, Safari)
-
Clone the Repository
git clone https://github.com/bhavy1204/Simon-Say.git cd Simon-Say
-
Open the Application
- Locate the
index.html
file in the project directory. - Open it with your preferred web browser to start playing.
- Locate the
- Start the Game: Launch the application to begin.
- Watch the Sequence: Observe the sequence of button presses highlighted by the game.
- Repeat the Sequence: Click the buttons in the same order as presented.
- Progress: With each successful attempt, the sequence length increases, challenging your memory further.
- Game Over: If you input the sequence incorrectly, the game ends, and you can start a new game.
index.html
: The main HTML file that structures the web page.style.css
: Contains the styling rules for the game's interface.app.js
: Implements the game logic and interactivity.assets/
: Directory containing images, sounds, and other media assets used in the project.
Contributions are welcome! If you have suggestions or improvements, feel free to fork the repository and submit a pull request. Please ensure that your contributions align with the project's coding standards and include appropriate documentation.
This project is licensed under the MIT License.
Thank you for checking out the Simon Say project! If you have any questions or feedback, please open an issue on GitHub.