Hangman-Game
This game has been developed in Python language.
To run the game, follow these steps:
- Download the python compiler (version 3) on your PC. (Python version 2 may give some problems)
- Clone the repository on your PC
- Make sure that Hangman.py and database.py are present in the same directory.
- Type "python3 Hangman.py" on your terminal (in the correct directory).
- Make sure that the game is played in full screen.
- Enjoy the game!!!