Skip to content

AkoSuminoe/hangman_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

# Hangman Game

## Description
This is a simple Hangman game developed in Python. The game includes ASCII art to represent different stages of the hangman figure as the player makes incorrect guesses. It offers both single-player and multiplayer modes. The word to guess can either be entered manually or selected randomly from a word database. The game includes fun animations for correct and incorrect guesses, adding an interactive experience to the game.

## Features
- **Hangman Stages**: ASCII art for each incorrect guess.
- **Multiplayer Support**: Allows multiple players to take turns guessing.
- **Word Database**: You can use a list of pre-defined words from a text file.
- **Animations**: Fun animations for celebrating a correct guess or showing disappointment for wrong guesses.

## Installation
1. Clone the repository to your local machine:
    ```bash
    git clone https://github.com/AkoSuminoe/hangman_game.git
    ```
2. Ensure you have Python installed on your machine.
3. Run the Python script:
    ```bash
    python hangman_game.py
    ```

## How to Play
- Start the game by selecting multiplayer or single-player mode.
- In multiplayer mode, multiple players can take turns guessing the letters.
- In single-player mode, you can guess the word either from a predefined list or by entering your own word.
- If the word is guessed correctly, a celebration animation will play. Incorrect guesses result in an animated hangman drawing.

## Author
This project is developed by [AkoSuminoe](https://github.com/AkoSuminoe).

## License
This project is licensed under the MIT License.

## Contributing
Feel free to fork the repository, contribute code, and open issues for suggestions or bugs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages