The Hangman Game is a text-based Python program that allows users to play the classic game of Hangman. Players can guess letters to uncover a hidden word and earn points based on their performance. The game features a timer, difficulty levels, and a high-score system.
- Interactive gameplay with a text-based interface.
- Multiple difficulty levels: easy, medium, and hard.
- Timer to add an element of challenge to the game.
- High-score tracking to record and display the best player performances.
- Run the program.
- Enter player information and choose the difficulty level.
- Guess letters to uncover the hidden word.
- Earn points based on correct guesses and completion time.
- Try to achieve the highest score and beat the high-score.
-
Clone the repository:
git clone https://github.com/emperorsixpacks/hangman.git
-
Navigate to the project directory:
cd hangman
-
Install the Requriemnts:
pip install -r requirements.txt
-
Run the game:
cd src && python3 main.py
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make changes and test thoroughly.
- Submit a pull request.
This repo is open-source software released under the GNU License.