https://github.com/devarshi16/hangman
A character user interface of the popular game hangman
https://github.com/devarshi16/hangman
game-hangman hangman hangman-game pokemon python terminal-game
Last synced: 6 months ago
JSON representation
A character user interface of the popular game hangman
- Host: GitHub
- URL: https://github.com/devarshi16/hangman
- Owner: devarshi16
- License: mit
- Created: 2018-04-10T19:14:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T08:06:56.000Z (over 1 year ago)
- Last Synced: 2025-03-28T15:50:27.560Z (7 months ago)
- Topics: game-hangman, hangman, hangman-game, pokemon, python, terminal-game
- Language: Python
- Size: 310 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HangMan
[](https://badge.fury.io/py/hangman-ultimate)
[](https://pepy.tech/project/hangman-ultimate)
[](https://pepy.tech/project/hangman-ultimate/month)
[](https://pepy.tech/project/hangman-ultimate/week)A character user interface of the popular game hangman
```
pip install hangman-ultimate
```
OR run directly using the runner file.```
python hangman-runner.py
```
Find the tutorial for the above repo on my [blog](https://attackonalgorithms.wordpress.com/2019/10/24/slightly-non-trivial-implementation-of-cli-hangman-a-hands-on-python-tutorial/)