pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
693 stars 2.29k forks source link

Geoff Riley—Pcc10 #778

Open GeoffRiley opened 3 years ago

GeoffRiley commented 3 years ago

Difficulty level (1-10): [4] Estimated time spent (hours): [5] Completed (yes/no): [Yes] I stretched my coding skills (if yes what did you learn?): [Interaction with user input on a level of possibly non-computer literate user within python is difficult to anticipate. I couldn't find a way to react to single key presses without loading a whole library of GUI handling gubbins: whilst in the long run this might be useful if I were to expand to a desktop version of hangman, as a command line program it is rather overkill.] Other feedback (what can we improve?): [The top of the scaffold is missing from one of the 'graphics' in graphics.py]