Play the classic Hangman Game on Python!
- Use the keyboard to select a letter.
- Python 3.x
- Pygame library
-
Clone the repository:
git clone https://github.com/MatiasMass/hangman-python.git -
Install the required dependencies:
pip install pygame
- Launch the game:
python main.py
