Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 677 Bytes

File metadata and controls

15 lines (12 loc) · 677 Bytes

Hangman

Running the game

To run: python3 hangman.py

How To Play

The computer thinks of a word, phrase or sentence and the player tries to guess it by suggesting letters, within a certain number of guesses. If the player suggests a letter which occurs in the word, the computer writes it in all its correct positions. If the suggested letter does not occur in the word, the computer draws one element of a hanged man stick figure as a tally mark.

Controls

Action Key
Select Button Left Click

Issues

1. The head of the man is the wrong color.

Currently the head of the man is green when it should be black.