Skip to content

hilmizul255/simon-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon Game 🎮

A classic Simon memory game built using JavaScript and jQuery.

The game generates a random color sequence that increases in length each level.
Players must repeat the sequence in the correct order to advance.


🎯 Features

  • Random color sequence generation
  • Step-by-step user input validation
  • Level progression
  • Button animations and sound effects
  • Game over and restart logic

🛠 Tech Stack

  • HTML
  • CSS
  • JavaScript
  • jQuery

🚀 How to Play

  1. Press any key to start the game
  2. Watch the color sequence
  3. Repeat the sequence by clicking the buttons
  4. Each level adds one new color
  5. One mistake ends the game

📁 Project Structure

. ├── index.html ├── style.css ├── script.js ├── sounds/ └── README.md

yaml Copy code


📌 Notes

This project was created as a JavaScript practice project to understand event handling, arrays, and game logic.


📄 License

This project is open for learning and practice purposes.

About

A classic Simon memory game built with JavaScript and jQuery. Features level progression, pattern generation, user input validation, sound effects, and game-over handling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors