Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 258 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 258 Bytes

Evil Hangman

A devious variant on the commonly-played game of Hangman.

For a particularly difficult challenge, try 14 guesses on a word of length 7 :)

Run

make all && java -cp ./build/ hangman.RunEvilHangman dictionary.txt [wordLength] [numGuesses]