https://github.com/judevector/hangman-game
A Hangman Program written in Python 🤓
https://github.com/judevector/hangman-game
game hangman python
Last synced: 10 months ago
JSON representation
A Hangman Program written in Python 🤓
- Host: GitHub
- URL: https://github.com/judevector/hangman-game
- Owner: judeVector
- Created: 2022-10-28T11:26:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T11:58:33.000Z (over 3 years ago)
- Last Synced: 2025-06-04T17:50:53.504Z (12 months ago)
- Topics: game, hangman, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hangman-Game
A Simple Hangman Program written in Python 🤓
User or Player is asked to make a guess based on the words stored on the list
For each guess made correctly a life is sustained
# Example
```
s _ _ _ a _ _ s
You guessed d, that's not in the word. You lose a life.
You lose.
+---+
| |
O |
/|\ |
/ \ |
|
=========
```
But when made incorrectly a life is loss
Enjoy 😉 Coded with ❤️ by Jude