The Simon Game is a classic memory game that challenges players to remember and repeat a sequence of colored lights and sounds. This GitHub repository contains the source code and assets for a web-based implementation of the Simon Game using HTML, CSS, and JavaScript. It's a fun and interactive way to test and improve your memory skills!
- Four Color Buttons: The game consists of four colorful buttons (red, blue, green, and yellow) that light up and play a sound when clicked.
- Game Sequence: The game starts with a random sequence of button presses that the player must replicate.
- User Input: Players click the buttons in the correct order to match the sequence.
- Levels: The game progresses through levels, increasing in difficulty by adding one more step to the sequence.
- Effects and Animations: Engaging effects and button animations enhance the gaming experience.
- Score Display: The game keeps track of the player's current level and displays it on the screen.
- HTML: The structure of the game and user interface are created using HTML.
- CSS: Cascading Style Sheets are used for styling and layout of the game elements.
- JavaScript: The game logic, event handling, and interactivity are implemented using JavaScript.
- Audio: Sound effects are integrated using HTML5 audio elements.
- Clone or download this repository to your local machine.
- Open the
index.html
file in your web browser. - Press any key on your keyboard to begin the game.
- Watch and listen as the game displays a sequence of button presses.
- Click the buttons in the correct order to replicate the sequence.
- Progress through levels and aim to complete the game without making a mistake.
- Have fun and test your memory!
Contributions to this project are welcome. If you'd like to suggest improvements, report issues, or contribute code, please feel free to create a pull request or open an issue.
Enjoy playing the Simon Game!