us.jeffharris.hangman.Hangman is the simple find a word game played by children with pencil and paper the world over. Is it the best? Probably not. Is the the fastest? Probably not. However, I built it and it works.
This uses the /usr/share/dict/american-english
word file from Ubuntu 19.04.
Most of the proper nouns and words with non-letter characters have been removed.
Maybe I missed one, maybe I didn't. There are 102401 lines of words in the
original file. If you find a non-letter character, file an
issue or a pull request.
$ git clone https://github.com/jefhar/hangman-java.git
Then compile using your favorite compiler.
Have docker?
docker run -it jefhar/hangman:java
- us.jeffharris.hangman.Hangman gallows artwork taken from us.jeffharris.hangman.Hangman - Ascii Art.
- MIT License. See LICENSE file.
- Version 1.0.
Clone the repository and build in your favorite Java IDE.
- Homepage: jeffharris.us
- e-mail: [email protected]
- Twitter: @tahongawaka