A simple implementation of a popular word game.
- Node/npm
- Ruby (only needed if rebuilding the dictionary)
make
The file public/dictionary.json is a JSON tree of all possible words. To
rebuild it, you'll need to copy or link a word list as words.txt and run
make dictionary.
Run a local webserver:
make start
Open localhost:8080 in a browser.