https://github.com/anishLearnsToCode/hangman-cli-game
Hangman CLI game built on 🐍`Python 3.
https://github.com/anishLearnsToCode/hangman-cli-game
cli-game game hangman python python3
Last synced: about 1 month ago
JSON representation
Hangman CLI game built on 🐍`Python 3.
- Host: GitHub
- URL: https://github.com/anishLearnsToCode/hangman-cli-game
- Owner: anishLearnsToCode
- License: mit
- Created: 2020-06-26T15:09:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T12:00:29.000Z (about 4 years ago)
- Last Synced: 2025-03-18T10:14:14.392Z (about 2 months ago)
- Topics: cli-game, game, hangman, python, python3
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- python-workshop-8 - Hangman Game (CLI)
- python-workshop-wac-5 - here
- python-workshop-7 - Hangman Game (CLI)
README
# Hangman CLI Game

A basic Hangman game that can be played directly from the CLI.
To run the game on your machine simply clone it from this repository to your machine
using````bash
git clone https://github.com/anishLearnsToCode/hangman-cli-game.git
````Enter the directory and run the game using
````bash
cd hangman-cli-game
python main.py
````Enjoy!