Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1014 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 1014 Bytes

Simon Says Game

Welcome to the Simon Says game! This project is a simple implementation of the classic Simon Says memory game using basic HTML, CSS, JavaScript, and Tailwind CSS.

Demo

You can play the game here.

Features

  • Four colored buttons: red, green, orange, and blue.
  • Random sequence generation.
  • User sequence input.
  • Level progression.
  • Game over and restart functionality.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Tailwind CSS

How to Play

  1. Press any key to start the game or click the "Start" button.
  2. Follow the sequence of colors that blink by clicking the corresponding buttons.
  3. Each level, a new color will be added to the sequence.
  4. Repeat the sequence correctly to progress to the next level.
  5. If you make a mistake, the game will display "Game Over!" and show your score.
  6. You can restart the game by pressing any key or clicking the "Start Again" button.

Made for fun by Manan Kanani