Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the game interface #9

Open
1 of 3 tasks
radroid opened this issue Jul 17, 2020 · 0 comments · Fixed by #13
Open
1 of 3 tasks

Improve the game interface #9

radroid opened this issue Jul 17, 2020 · 0 comments · Fixed by #13
Assignees

Comments

@radroid
Copy link
Owner

radroid commented Jul 17, 2020

  • Add the main menu to help user play game.
  • Print meaning of the word if not able to guess.
  • Let the user have the ability to play multiple games.
@radroid radroid self-assigned this Jul 17, 2020
@radroid radroid linked a pull request Jul 30, 2020 that will close this issue
radroid added a commit that referenced this issue Jul 30, 2020
- 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.
@radroid radroid reopened this Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant