Skip to content

rsm09/SimonSays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Simon Says Game

A fun memory-based game built using HTML, CSS, and JavaScript (DOM manipulation).
The player must remember the sequence of colors and repeat them correctly to score points.
Each round adds a new color to the sequence, increasing difficulty until the user makes a mistake.


🚀 Features

  • 🔵 Four Colored Blocks
  • Blinking Animation – Blocks highlight in sequence
  • 🧠 Memory Challenge – Player must recall and click in correct order
  • Increasing Difficulty – Each correct round adds a new step
  • 🎯 Score Tracker – Score increases with every correct sequence
  • Game Over – Incorrect click ends the game

🛠️ Tech Stack

  • Frontend: HTML, CSS
  • Logic: Pure JavaScript (DOM + Event Listeners)

📂 Project Structure

SimonSays/ │── index.html │── style.css │── script.js


⚡ How to Play

  1. Start the game → A block will blink.
  2. Click the same block.
  3. Next round → Previous sequence + 1 new block.
  4. Repeat correctly to increase score.
  5. Wrong click → Game Over.

🌍 Deployment


📸 Screenshots

image

📧 Contact

Created by Rohit Magar
Portfolio | LinkedIn

About

A fun browser-based memory game built using HTML, CSS, and Vanilla JavaScript (DOM manipulation). Features 4 interactive color blocks that blink in sequence, requiring the user to memorize and repeat the pattern. With each correct attempt, the sequence grows longer and the score increments. Incorrect input ends the game. Built entirely with JS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors