DuhonTheGuy / RPG-Generator

MIT License
8 stars 4 forks source link

Direct input to integer conversions cause crash on invalid input. #9

Closed acureau closed 3 years ago

acureau commented 3 years ago

For example typing "word" on the main menu instead of a choice will error.

DuhonTheGuy commented 3 years ago

Without looking into it, this seems like something a quick try except statement/some if else trickery could solve, pretty beginner-friendly, too.

acureau commented 3 years ago

Without looking into it, this seems like something a quick try except statement/some if else trickery could solve, pretty beginner-friendly, too.

Yup, my thoughts as well. I was planning on going the try / except route

daspartho commented 3 years ago

I'll work on this

ghost commented 3 years ago

12 Should be fixed if this gets merged.

DuhonTheGuy commented 3 years ago

Got merged, so I'll close this as soon as I test it (in a few days).