You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Improve handling of hangman and current position in HangmanGame.py.
* Instead of printing, return the string.
* Separate get methods for getting hangman and current position (word with missing letters along with incorrectly guessed letters).
- Improve code example: PlayHangman.py.
* Add comments.
* improve code readability with better variable names.
* Fix minor bugs in the post-game code.
- Simplify code example: PlaySimpleHangman.py.
* Remove feature to play multiple games at once.
* Add comments.
* Add docstring.
* Improve readability of code.
The text was updated successfully, but these errors were encountered: