Hangman is a classic game in which a player thinks of a word and the other player tries to guess that word within a certain amount of attempts.
This is an implementation of the Hangman game, where the computer thinks of a word and the user tries to guess it.
The game is pre-populated with a list of 5 fruits that the player is asked to guess.
INSTALLATION NOTES: This project is written in Python 3.8 and therefore requires installation of it or a higher version: https://www.python.org/downloads/
ENVIRONMENT: This project was undertaken using a Conda/Miniconda environment, using Python 3.8. No modules other than the ones built into the Python Standard Library were used.
USAGE: Download the project and run the file using the command: $python3 Hangman.py
LICENSE: Please refer to information can be found in LICENSE.md.
LEARNINGS: This project was specifically intended to give the developer practical familiarity of OOP through coding a game using Classes. In this sense, it was an opportunity to learn as much as produce a final, polished product.
CONTRIBUTE: If you feel that you would like to make any comments or suggestions for improvement, please do so via submitting an Issue in the repository. All feedback is most welcome!
ACKNOWLEDGEMENTS: The 'stick' drawing is taken from the following URL: https://realpython.com/python-hangman/