Welcome to the Simon Game, a classic memory game where players must repeat a pattern of colors and sounds. This game is developed using HTML, CSS, JavaScript, and jQuery.
- Press the Start button to begin the game.
- Pay attention to the sequence of colors shown by the game.
- Click or tap on the colors in the same order as shown.
- Each successful round will add one more color to the sequence.
- Be careful! One mistake will end the game.
- Try to achieve the highest score and challenge your memory!
- Colorful Interface: The game features an appealing and user-friendly interface with vibrant colors.
- Sound Effects: Each color has a unique sound associated with it, enhancing the gaming experience.
- Score Tracking: The game keeps track of the player's highest score, providing motivation to improve and beat their previous record.
- Responsive Design: The game is designed to be responsive and compatible with different devices and screen sizes.
- HTML: The game structure and layout are built using HTML.
- CSS: CSS is used for styling the game interface and creating animations.
- JavaScript: JavaScript is used to implement the game logic and interactivity.
- jQuery: jQuery is utilized to simplify DOM manipulation and event handling.
To play the Simon Game locally, follow these steps:
- Clone the repository:
git clone <repository_url>
- Open the
index.html
file in your web browser. - Start the game by pressing the Start button.
- Repeat the color pattern shown by clicking or tapping on the corresponding colors.
- Enjoy the game and challenge your memory skills!
A live demo of the Simon Game is available at https://dhamkirti21.github.io/Simon-Game/.
This project is licensed under the MIT License.
Special thanks to the creators and maintainers of the jQuery library for making the development process smoother and more efficient.