Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T12:00:29.000Z (over 3 years ago)
- Last Synced: 2024-08-02T04:02:40.061Z (3 months ago)
- Topics: cli-game, game, hangman, python, python3
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 4
- 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
![made-with-python](https://img.shields.io/badge/Made%20with-python-1f425f.svg)
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!