/Reaction-Tester

Introducing the Reaction Tester project— a dynamic JavaScript application that tests your reflexes. Randomly generated colorful squares appear on the screen, challenging you to click as quickly as possible. The timer records your reaction time, accompanied by a satisfying sound upon each successful click. Test your speed and agility!

Primary LanguageJavaScript

Reaction Tester Game

The Reaction Tester Game is a web-based application designed to test your reflexes. This simple yet engaging game is built using HTML, CSS, and JavaScript. Challenge yourself by clicking on randomly appearing figures as quickly as possible. This README provides instructions on how to play the game and set it up on your local machine.

How to Play

  1. Open the Game: Launch the game by opening the index.html file in your web browser.

  2. Read the Instructions:

    • Heading: The top section with the game title.
    • Introduction: A description of the game.
    • Game Area: The main game area where figures will appear.
    • Reaction Time: On the right side, your reaction time is displayed after each successful click.
  3. Start the Game: Wait for a figure to randomly appear in the game area.

  4. Click the Figure: As soon as you see the figure, click on it as quickly as possible.

  5. Measure Your Reaction Time: After clicking the figure, your reaction time will be displayed on the right side of the screen.

  6. Repeat: The game will generate a new figure for you to click on. Keep trying to improve your reaction time!

Setting Up Locally

  1. Clone the repository:

    git clone git@github.com:narendrajethi220/Reaction-Tester.git
  2. Open the project folder:

    cd reaction-tester-game
  3. Launch the game: Open the index.html file in your web browser.

Challenge yourself and enjoy testing your reflexes with the Reaction Tester Game!