nus-cs2113-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Quitting TicTacToe Tutorial does not resume commands properly #256

Open nus-pe-bot opened 4 months ago

nus-pe-bot commented 4 months ago

If the quit command is entered during the tutorial, once 4 seconds has passed, the first command entered does not work. Only the subsequent commands will be processed.

Example shown with TicTacToe tutorial:

Quit command entered

image.png

First command after more than 4 seconds, command does not work

image.png

Subsequent commands

image.png


[original: nus-cs2113-AY2324S2/pe-interim#293] [original labels: type.FunctionalityBug severity.Medium]

nicknamenic commented 4 months ago

Team's Response

The issue is that normal commands resume normally after 4 seconds only after an input is made after quit. This report is valid.

Duplicate status (if any):

--