Skip to content

anishLearnsToCode/hangman-cli-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

30 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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!