[BUG] Unhandled Exception in Tic-tack-toe-game #66

Open
opened 2026-01-29 15:02:29 +00:00 by claunia · 0 comments
Owner

Originally created by @devraj4522 on GitHub (Oct 29, 2020).

Tick-Tack-Toe game is not working for exception part

Description

Else part on line 247 takes you to infinite loop on getting any char value as input for position.

Expected Behavior

It should give the option to enter value again

Actual Behavior

Infite Loop with print value - Invalid value

Originally created by @devraj4522 on GitHub (Oct 29, 2020). <!--- Provide a general summary of the issue in the Title above --> Tick-Tack-Toe game is not working for exception part ## Description <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> Else part on line 247 takes you to infinite loop on getting any char value as input for position. ## Expected Behavior <!--- Tell us what should happen --> It should give the option to enter value again ## Actual Behavior <!--- Tell us what happens instead --> Infite Loop with print value - Invalid value
claunia added the buggood first issue labels 2026-01-29 15:02:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#66