Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 534 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 534 Bytes

Hangman

Hangman - Hangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other(s) tries to guess it by suggesting letters within a certain number of guesses. Feel free to modify the code as much as you can!

How to run this?

  1. Download or clone this repository
  2. Extract the files
  3. Open Command Prompt and 'cd' to the directory where the unzipped files are kept
  4. Type "pip install -r requirements.txt"
  5. Type "python hangman.py"

Python Beginner's Game