Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Immediate Time-Out Response in Alphabetize Quiz Game #19

Open
MathieuSrour opened this issue Nov 11, 2024 · 0 comments
Open

Comments

@MathieuSrour
Copy link

In the Alphabetize Quiz Game, the game waits for the player to press Enter before checking if the time limit has been exceeded. This causes a delay in ending the game if the player takes longer on a response close to the 30-second limit, leading to inconsistent scoring and an unresponsive user experience.
In fact, the game should immediately show "TIME'S UP!" and end as soon as the 30 seconds are over, regardless of user input status.

A suggested solution would be to implement a background timer that triggers an immediate stop after the 30 seconds are up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant