Skip to content

MadGcodes/Simon-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon Game

This is a simple implementation of the classic Simon Game built using HTML, CSS, JavaScript, and jQuery. The game involves four colored squares, and the player must replicate a randomly generated pattern by clicking on the correct sequence of colors. The levels increase as the game progresses, and the game restarts if the player clicks the wrong square.

Demo Link

Deployed at : Link

Features

  • Four colored squares (red, green, blue, yellow)
  • Random pattern generation that increases in complexity with each level
  • Player must replicate the pattern by clicking the squares in the correct order
  • Visual and sound feedback for correct/incorrect input
  • Game restarts upon incorrect input

Technologies Used

  • HTML: For the structure of the game.
  • CSS: For styling the squares and game interface.
  • JavaScript: For game logic and functionality.
  • jQuery: For DOM manipulation and handling user interactions.

How to Play

  1. Open the game in a web browser.
  2. Press any key to start the game.
  3. A sequence of colors will flash. Memorize the order.
  4. Click the squares in the same order as the flashing colors.
  5. If you click the wrong square, the game will restart, and the level will reset to 1.
  6. After successfully completing each sequence, a new level starts with an additional color added to the pattern.
  7. Continue playing and see how far you can go!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published