-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
Description:
Implement a Reaction Time Test game where users test how fast they can click after a visual signal appears (e.g., the screen changes color). The game should:
Randomly vary the delay before the signal appears.
Track and display reaction times for multiple attempts.
Show the average, fastest, and slowest reaction after each session.
The UI should remain responsive and work smoothly on both desktop and mobile devices. Optionally, you can animate the signal to make it visually engaging.