An open API service indexing awesome lists of open source software.

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 🤓

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