Skip to content

non-numeric input check added

Hana Oprchalová requested to merge xoprchal/klimes_mg_hw1_game:gamedev into main

The original game got to infinite loop while non-numeric input was given by gamer. This was fixed by adding is_numeric function. The main function workflow was updated accordingly.

Merge request reports