Skip to content

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.

License

Notifications You must be signed in to change notification settings

emperorsixpacks/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman Game

Overview

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.

Features

  • 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.

How to Play

  1. Run the program.
  2. Enter player information and choose the difficulty level.
  3. Guess letters to uncover the hidden word.
  4. Earn points based on correct guesses and completion time.
  5. Try to achieve the highest score and beat the high-score.

Requirements

Usage

  1. Clone the repository:

    git clone https://github.com/emperorsixpacks/hangman.git
    
  2. Navigate to the project directory:

    cd hangman
    
  3. Install the Requriemnts:

    pip install -r requirements.txt
    
  4. Run the game:

    cd src && python3 main.py
    

Contributing

If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make changes and test thoroughly.
  4. Submit a pull request.

License

This repo is open-source software released under the GNU License.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages