Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 445 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 445 Bytes

Hangman CLI Game

made-with-python

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!