Skip to content

This is an interactive memory-based game built with JavaScript, jQuery, HTML, and CSS. Players must follow an expanding sequence of colored button presses, testing their focus and pattern recall. Each correct input unlocks the next level — but one wrong click resets the game.

Notifications You must be signed in to change notification settings

talrejasahil4994/Simon-Game-JavaScript-Challenge-of-Memory-Reflexes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Simple Simon Game

A fun and interactive memory game built with pure HTML, CSS, and JavaScript — no frameworks, no complicated tricks, just the basics. Follow the flashing color sequence and click in the same order to level up. One wrong move, and it's game over!


🚀 What This Project Teaches

This Simon Game is perfect for grasping the core building blocks of frontend development:

  • DOM manipulation using JavaScript and jQuery
  • Event handling (keyboard and mouse clicks)
  • Array operations and game logic
  • Adding sounds, animations, and user feedback
  • Writing clean, modular, and readable code

🧩 Features

  • Dynamic pattern generation
  • Audio + visual feedback with button animation
  • Keyboard-triggered game start
  • Real-time tracking of user clicks
  • Level-up logic and game over handling

🛠️ Tech Stack

  • HTML5
  • CSS3
  • JavaScript (ES6)
  • jQuery (for easier DOM interaction)

---# Simon-Game-JavaScript-Challenge-of-Memory-Reflexes This is an interactive memory-based game built with JavaScript, jQuery, HTML, and CSS. Players must follow an expanding sequence of colored button presses, testing their focus and pattern recall. Each correct input unlocks the next level — but one wrong click resets the game.

📁 File Structure simon-game/ ├── index.html ├── styles.css ├── script.js ├── sounds/ │ ├── red.mp3 │ ├── blue.mp3 │ ├── green.mp3 │ └── yellow.mp3 └── README.md

🎯 Why I Built This I wanted to make something simple yet engaging using just vanilla tech. This project sharpened my skills in JavaScript logic, user interaction, and clean code practices. It’s a great starting point for anyone learning frontend web development.

🙌 Contributions Suggestions, improvements, or bug fixes are welcome! Feel free to fork this and make it your own.

About

This is an interactive memory-based game built with JavaScript, jQuery, HTML, and CSS. Players must follow an expanding sequence of colored button presses, testing their focus and pattern recall. Each correct input unlocks the next level — but one wrong click resets the game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published