Bild96 / hangman.py

🤷‍♂️ A basic visual of hangman game - made with Pygame.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤷‍♂️ Hangman Game

A simple, basic visual of hangman game. Everyone can test thier vocabulary by guessing letters one at a time to solve the word puzzle. This is version of the classic letter guessing game, to save the hanging man from death. You are shown a set of blank letters that match a word or phrase and you have to guess what these letters are to reveal the hidden word. (the image is a computer drawn version)

Screenshot from 2023-04-07 23-18-17

Quick Start

To run this project locally:

  1. Prerequisites requires Python,if you don't already have it, you can download it from python.org, then use it to install [pip] tool (which is what python uses to install packages): python3 -m pip install -U pygame

Setup

git clone https://github.com/Bild96/hangman.py.git
chmod +x hangman.py
cd hangman
python3 hangman.py

⛏️ Built With

python

✍️ Authors

🧑‍💻 Github Telegram

🪙 Want to show support? Just spread the word and smash the ⭐ star button

Donate ETH: 0xfd7a470001364d707c81074142b6aC9248B0b0cc

About

🤷‍♂️ A basic visual of hangman game - made with Pygame.

License:MIT License


Languages

Language:Python 100.0%