Skip to content

A classic Simon Game built using HTML, CSS, and JavaScript. This game tests your memory by challenging you to repeat an increasingly long sequence of lights and sounds. Fun and interactive, great for learning front-end development!

Notifications You must be signed in to change notification settings

hitesh-kumar123/Simon_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simon Game

A classic memory game implementation using HTML, CSS, and JavaScript. Test your memory by following the sequence of colors and sounds!

Description

Simon Game is a classic electronic memory game where players must repeat a sequence of colors that the game presents. The sequence gets longer and more challenging as you progress through the levels.

Features

  • Four colorful buttons (yellow, red, green, purple)
  • Progressive difficulty levels
  • Visual feedback for button presses
  • Score tracking
  • Game over state with score display
  • Easy restart functionality

How to Play

  1. Press any key to start the game
  2. Watch the sequence of colors that light up
  3. Click the buttons in the same sequence
  4. Each successful round adds one more step to the sequence
  5. If you make a mistake, the game ends and shows your score
  6. Press any key to start a new game

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

Game Elements

  • Colors used:
    • Yellow (#f99b45)
    • Red (#d95980)
    • Purple (#819ff9)
    • Green (#63aac0)

Project Structure

├── index.html      # Main HTML file
├── style.css       # Styling
├── app.js          # Game logic
└── README.md       # Documentation

Installation

  1. Clone the repository
  2. Open index.html in your web browser
  3. Start playing!

Future Improvements

  • Add sound effects
  • Include high score tracking
  • Add different difficulty modes
  • Implement mobile-friendly controls

Contributing

Feel free to fork this project and submit pull requests with improvements!

About

A classic Simon Game built using HTML, CSS, and JavaScript. This game tests your memory by challenging you to repeat an increasingly long sequence of lights and sounds. Fun and interactive, great for learning front-end development!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published