Comment Re:A quibble (Score 1) 186
Some people will argue with the use of exceptions for handling game logic. But it is about programming style and not because it will make debugging difficult.
With try/except you specify witch exception you are interested and all others will produce the informative error message.