A simple memory-based game built using JavaScript, HTML, and CSS. The game challenges players to repeat an ever-growing sequence of colors shown by the computer.
- Click Start to begin the game.
- Watch the sequence of colored buttons highlighted by the computer.
- Repeat the sequence by clicking the buttons in the same order.
- Each correct round adds a new color to the sequence.
- The game ends if a wrong button is clicked.
- Four colored buttons: Green, Red, Yellow, Blue.
- Sequence playback with sound and animation.
- Level tracking to see progress.
- Game over alert on incorrect input.
- HTML – Structure
- CSS – Styling and animations
- JavaScript – Game logic, sequence generation, and user interaction
- Clone the repository or download the files.
- Open
index.htmlin a web browser. - Click Start to play.