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

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

Awesome Lists containing this project

README

          

# HangMan
[![PyPI version](https://badge.fury.io/py/hangman-ultimate.svg)](https://badge.fury.io/py/hangman-ultimate)
[![Downloads](https://pepy.tech/badge/hangman-ultimate)](https://pepy.tech/project/hangman-ultimate)
[![Downloads](https://pepy.tech/badge/hangman-ultimate/month)](https://pepy.tech/project/hangman-ultimate/month)
[![Downloads](https://pepy.tech/badge/hangman-ultimate/week)](https://pepy.tech/project/hangman-ultimate/week)

A character user interface of the popular game hangman
![HANGMAN OPENING](https://github.com/devarshi16/HangMan/blob/master/hangman_ultimate.gif)

```
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/)