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.
What i've learned from this project is how to Object Oriented Programming, how to use generators and decorators....
To install this game you should first cone this repository, and then install python3 into your local machine.
run the program and then just have fun!
so far ive goit the milestone2.py
and something else