Skip to content

twister904/simon-game-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon Game

Overview

The Simon Game is a classic memory game where the player must follow a sequence of colors and sounds and replicate it correctly to advance to the next level. This project is a JavaScript-based implementation of the Simon Game.

Features

  • Play the Simon Game with colors and sounds.
  • Increase the level of difficulty as you progress.
  • Test your memory and pattern recognition skills.
  • Enjoy a fun and interactive user experience.

Demo

You can access a live demo of the Simon Game [here] https://twister904.github.io/simon-game-/

Usage

  • Start the game by pressing any key.
  • Pay attention to the sequence of colors and sounds played by the game.
  • Repeat the sequence by clicking on the colored buttons.
  • As you progress, the game will add more colors to the sequence.
  • The goal is to reach the highest level possible by replicating the sequence correctly.

Technologies Used

  • JavaScript
  • HTML5
  • CSS3
  • jQuery (for event handling and animations)

Installation

To run the project locally on your machine, follow these steps:

  1. Clone the repository to your local machine: git clone https://github.com/twister904/simon-game-.git

  2. Navigate to the project directory:

cd simon-game

  1. Open the index.html file in your web browser to play the game.

Contributing

Contributions to the Simon Game project are welcome. If you'd like to contribute, please follow these steps:

  1. Fork the repository.

  2. Clone the forked repository to your local machine: git clone https://github.com/twister904/simon-game-.git

  3. Create a new branch for your feature or bug fix:

git checkout -b feature-name

  1. Make your changes and commit them:

git commit -m "Description of your changes"

  1. Push your changes to your forked repository: git push origin feature-name

  2. Open a pull request to the original repository, describing your changes and why they should be merged.

  3. Your pull request will be reviewed, and once approved, your changes will be merged into the main project.

Enjoy playing the Simon Game!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published