Hangman CLI game built on 🐍`Python 3.
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
git clone https://github.com/anishLearnsToCode/hangman-cli-game.git
Enter the directory and run the game using
cd hangman-cli-game
python main.py
Enjoy!