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
- Host: GitHub
- URL: https://github.com/arvind-4/hangman
- Owner: arvind-4
- License: mit
- Created: 2021-07-26T15:29:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T15:46:14.000Z (about 2 years ago)
- Last Synced: 2025-02-17T13:18:17.921Z (11 months ago)
- Topics: hangman-game, python3, random
- Language: Python
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)