Basic implementation in Java console. Reads custom .txt
files to select a random word.
$ git clone https://github.com/eeshaan/hangman.git
$ cd hangman
Place your desired word list in the ./wordlists/
subdirectory. list1.txt
is provided by default.
$ javac Hangman.java
$ java Hangman