Closed ktargosz closed 3 years ago
The hangman game takes the newline character from the menu selection and uses it as a blank first input.
This was fixed by having a getchr(); upon initialization and flushing stdin/stdout.
The hangman game takes the newline character from the menu selection and uses it as a blank first input.