Skip to content

adamdicarlo/elm-wordy

Repository files navigation

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.

Play Wordy

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.

  1. Clone this repository
  2. Install devenv
  3. Enter a devenv shell:
       devenv shell
  4. Run npm start
  5. Open up http://localhost:2345/ in your browser.

Releases

No releases published

Packages

 
 
 

Languages