A classic memory game implementation using HTML, CSS, and JavaScript. Test your memory by following the sequence of colors and sounds!
Simon Game is a classic electronic memory game where players must repeat a sequence of colors that the game presents. The sequence gets longer and more challenging as you progress through the levels.
- Four colorful buttons (yellow, red, green, purple)
- Progressive difficulty levels
- Visual feedback for button presses
- Score tracking
- Game over state with score display
- Easy restart functionality
- Press any key to start the game
- Watch the sequence of colors that light up
- Click the buttons in the same sequence
- Each successful round adds one more step to the sequence
- If you make a mistake, the game ends and shows your score
- Press any key to start a new game
- HTML5
- CSS3
- JavaScript (Vanilla)
- Colors used:
- Yellow (#f99b45)
- Red (#d95980)
- Purple (#819ff9)
- Green (#63aac0)
├── index.html # Main HTML file
├── style.css # Styling
├── app.js # Game logic
└── README.md # Documentation
- Clone the repository
- Open
index.htmlin your web browser - Start playing!
- Add sound effects
- Include high score tracking
- Add different difficulty modes
- Implement mobile-friendly controls
Feel free to fork this project and submit pull requests with improvements!