Skip to content

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

Description

@MathieuSrour

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions