/hangman

A simple hangman game to play on the shell

Primary LanguagePythonMIT LicenseMIT

hangman

A hangman game played in the command-line

requirements

  • python 3

running the game

  • just clone the repository and run python hangman.py in the console or python hangman.py -u if using a unix-like environment.

notes