A simple hangman game written in Elm.
- German word list: https://sourceforge.net/projects/germandict/files/
- English word list: https://github.com/dwyl/english-words
Install dependencies with yarn install
Start the development server with yarn start
Create a production build with yarn build
Run python generate_wordlist.py to generate the word lists.
Settings for which languages to generate can be found at the top of generate_wordlist.py