Skip to content

LawsonLawson/simon_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🟢🔴🟡🔵 Simon Game

A classic memory challenge game built with HTML, CSS, and JavaScript.
Test your memory skills by repeating an ever-growing sequence of colors and sounds. Each level adds a new color to the sequence — how far can you go before making a mistake?


🎮 Gameplay Overview

The Simon Game is simple yet challenging.
Here’s how it works:

  1. The game flashes a random color (and plays a tone).
  2. You must click the same color.
  3. The game then repeats the pattern but adds one new random color.
  4. You must remember and repeat the entire sequence.
  5. The sequence keeps growing until you make a mistake — then, it’s Game Over!

🧠 Example

Round Sequence Shown What You Should Press
1 🟢 🟢
2 🟢 🔴 🟢 🔴
3 🟢 🔴 🟡 🟢 🔴 🟡
4 🟢 🔴 🟡 🔵 🟢 🔴 🟡 🔵

If you happen to fumble the pattern by even one color, the game ends.


🚀 How to Play (Local Setup)

You can run the game right on your computer — no installation required!

  1. Clone the repository

    git clone https://github.com/LawsonLawson/simon_game.git


⚙️ Features

✅ Dynamic random sequence generation
✅ Sound and light feedback for each color
✅ Increasing difficulty with every level
✅ Visual indication for correct and incorrect actions


🧩 Tech Stack

Frontend:

  • HTML5 (structure)
  • CSS3 (styling, animations)
  • JavaScript (logic and interactivity)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors