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

https://github.com/arvind-4/hangman

Simple Hangman Game in Python
https://github.com/arvind-4/hangman

hangman-game python3 random

Last synced: 8 months ago
JSON representation

Simple Hangman Game in Python

Awesome Lists containing this project

README

          

# Hangman

A simple hangman game in python!

## ๐Ÿ†Getting Started:

- Clone repository

```bash
mkdir ~/Dev/hangman -p
cd ~/Dev/hangman
git clone https://github.com/Arvind-4/Hangman-in-Python.git .
```

- Run `src/main.py` in **Linux/Mac**
```bash
python3 src/main.py
```

- Run `src/main.py` in **windows**
```bash
python src/main.py
```

## ๐ŸŽซ LICENSE:

[MIT LICENSE](https://github.com/Arvind-4/hangman/blob/main/LICENSE)

## ๐Ÿ†• Change Log:

[Change Log](https://github.com/Arvind-4/hangman/commits/main/)