Skip to content

Aneeshaik/simonGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon Game

This repository contains the classic Simon Game implemented in HTML, CSS, and JavaScript. Simon is a memory game where players must repeat random sequences of colors by pressing the colored buttons in the correct order.

Features

  • Colorful Interface: Includes four colored buttons that light up in a random sequence.
  • User Interaction: Players interact with the game by clicking on the colored buttons to repeat the sequence.
  • Increasing Difficulty: The game progressively becomes more challenging as the sequence gets longer with each round.
  • Score Tracking: Keeps track of the player's current round and score.

Technologies Used

  • HTML: Structures the web page and game components.
  • CSS: Styles the game interface, including the layout and animated effects for the buttons.
  • JavaScript: Manages the game logic, user interactions, and sequence generation.

How to Play

  1. Press any key to start the game.
  2. Watch the sequence of colors shown.
  3. Repeat the sequence by clicking on the corresponding colored buttons.
  4. Each time you successfully repeat the sequence, the game progresses to the next level with an additional step in the sequence.

Getting Started

To run this game locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/your-username/simon-game.git
cd simon-game
  1. Open the game:
  • Open index.html in your web browser to start playing.

Contributing

Contributions are welcome! If you have ideas for new features or improvements, please fork the repository and submit a pull request.

Releases

No releases published

Packages

No packages published