This is a simple command-line Hangman game implemented in Python. The objective of the game is to guess a random word before the hangman is complete. The player can enter letters as guesses, and they have a limited number of incorrect guesses before losing the game.
- Clone the repository or download the
main.py
file. - Make sure you have Python installed on your system.
- Run the game by executing the following command in your terminal or command prompt: