/Simon

🎮 Simon Game: A digital version of the classic memory game! Repeat the sequence of lights and sounds to win. Can you beat your high score? 🌟

Primary LanguageJavaScriptMIT LicenseMIT

Simon Game 🎮

334510606-7df12565-6af3-4e5c-a31e-8bffc77395b4

Description ℹ️

This repository contains a digital version of the classic electronic game Simon. Simon is a memory game where players must repeat a sequence of lights and sounds generated by the game. The game gets progressively harder as the sequence gets longer.

Features 🚀

  • User-friendly interface with buttons for gameplay.
  • Randomly generated sequences for each game session.
  • Sound and visual feedback for correct and incorrect inputs.
  • Difficulty increases as the game progresses.

UI 🎮

334506566-896bf89a-fbaf-4d7d-84db-b6cb1b79ab44 334507499-9680f08f-fd95-4f6e-8f2d-625f530d582c

Technologies Used 📝

  • HTML, CSS, JavaScript for the frontend.
  • Bootstrap for styling.
  • Git and GitHub for version control and repository hosting.

Installation 🛠️

  1. Clone the repository to your local machine:

    git clone https://github.com/ThisIs-Developer/Simon.git
  2. Open the index.html file in your web browser.

Usage 🎺

  1. Press the "Start" button to begin the game.
  2. Watch and listen to the sequence played by the game.
  3. Repeat the sequence by clicking the corresponding buttons.
  4. If you make a mistake, the game will show the correct sequence and end.
  5. Try to beat your high score by completing longer sequences.

Contributing 📈

If you'd like to contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/new-feature).
  6. Create a new Pull Request.

Credits 💟

This project is inspired by the original Simon game invented by Ralph H. Baer and Howard J. Morrison.

License 🪪

This project is licensed under the MIT License - see the LICENSE file for details.