Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 696 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 696 Bytes

HangMan

A command-line interface hangman game.

Installation

  • clone the repo via https://github.com/teddbug-S/hangman.git

  • enter into the hangman directory via cd hangman

  • install the requiremnts using pip install -r requirements.txt

  • start the game python3 main.py

hangman2

Requirements

Notice

Tested on Linux (Ubuntu) Trying to use on windows requires you have the clear command or you can change it to cls in the refresh method of the hangman.py file. The hangman2.py file is an old implementation of the game.