Skip to content

henne90gen/hangman

Repository files navigation

Hangman

A simple hangman game written in Elm.

Credit

Local Development

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