A fun and challenging Simon memory game built with HTML, CSS, and JavaScript! Repeat the flashing sequence to level up—see how far you can go! Here’s a README file for your Simon Game project:
Game Rules
Press any key to start the game. Watch the sequence of box flashes. Repeat the sequence by clicking the boxes in the same order. Each level increases the sequence length, testing your memory. A wrong move ends the game and displays your current level and highest score.
Features
Interactive Flashing Boxes: Each box flashes in a sequence for the player to remember. Dynamic Level Counter: Updates the level as you progress. Game Over Screen: Shows your score and the highest score achieved. Responsive Design: Adjusts to fit any screen size.
Technologies Used
HTML: For the game structure. CSS: For styling, animations, and layout. JavaScript: For game logic, sequences, and event handling.
How to Play
- Open the game in a browser.
- Press any key to start.
- Watch the sequence and repeat it by clicking on the boxes.
- Try to reach the highest level without making a mistake!
Installation
- Clone or download the repository.
- Open the
index.html
file in a web browser to start playing.
Files
index.html: Contains the HTML structure of the game. style.css: Provides the styling and animations for the game. script.js: Contains the game logic, sequence generation, and user interaction handling.
Future Improvements
Add sound effects for each box flash. Display the top 5 highest scores. Add a mobile-friendly touch interface.
Enjoy the game and test your memory skills!