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: about 1 month ago
JSON representation

Hangman CLI game built on 🐍`Python 3.

Lists

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!