Awesome
Wordy
Wordy is a clone of an iOS game called Worder, but written in Elm.
The objective is to spell as many words as possible using the nine given letters.
Each word must be three letters or longer (later, this will be configurable at runtime!).
You can use the keyboard to enter guesses or click on the big letters.
Running locally
This project uses devenv, which means it should run locally for you with no problem; you don't need Elm, Node.js, or anything installed.
- Clone this repository
- Install devenv
- Enter a devenv shell:
devenv shell
- Run
npm start
- Open up http://localhost:2345/ in your browser.