Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1 KB

README.md

File metadata and controls

35 lines (25 loc) · 1 KB

Hangman Game 🪓

Hangman Game is a classic word guessing game implemented in Python. Guess the letters of a randomly chosen word and avoid running out of lives. Enjoy the challenge of uncovering the hidden word with interactive hangman stages.

Features 🌟

  • Randomly selects a word from a predefined list of challenging words.
  • Visual feedback with interactive hangman stages for incorrect guesses.
  • Clear console screen for an enhanced user experience.
  • Simple and intuitive gameplay.

How to Play 🎲

  1. Clone the repository to your local machine:

    git clone https://github.com/B3TA-BLOCKER/Hangman.git
  2. Navigate to the project directory:

    cd Hangman
  3. Run the game:

    python main.py

Dependencies 📦

The game uses the following files:

  • main.py: The main Python script for the Hangman game.
  • art.py: Contains ASCII art for different hangman stages and the game logo.
  • words.py: Provides a list of words for the game.