Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 581 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 581 Bytes

hangman

Basic hangman style game written in Python and played on the command line

To Play: -see General Instructions below -run the hangman.py file - python3 hangman.py -follow the on screen instructions

General Instructions: The following files must be in the same directory: -gallows.py -hangman.py -hangman_word_bank -hangman_word_bank_idx

The following are optional and are not needed to play: -word_parse.py -names/attribution -names/names_sorted_uniqie.txt

Todo: -update the formatting of this readme -include more last names in the word filtering -adjust difficulty