Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 327 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 327 Bytes

cli-hangman

A simple hangman game made for the command line (windows CMD, specifically)

Requires

Python

Install

Download the repository as a .zip file and run hangman-cli.py (using python hangman-cli.py)

Extra

To change the word used, change the variable WORD in the main() method at the bottom of hangman-cli.py