Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.32 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.32 KB

Time Game Challenge

Web Game Project using by React, Jsx, and developed with the help of React Hooks(useState, useRef, createPortal)

Installation

  1. Clone the repo
    git clone https://github.com/mahdiasgharii/Time-Game-Challenge.git
  2. Install NPM packages
    npm install
  3. Run project on localhost
    npm run dev

Preview

Choose your name

You can set your name as player

Screenshot 2024-11-23 033319

Challenge yourself at different levels

Screenshot 2024-11-23 033537

Scoring system

Scoring is based on the speed and accuracy of your response and then a series of Mathematical operations in the relevant function calculates your score.

Screenshot 2024-11-23 033506

You Lost!

If you fail to click "Stop" within the specified time, You Lose.

Screenshot 2024-11-23 033355

Acknowledgments

Maximilian Schwarzmüller