adamdicarlo / elm-wordy

"Worder"-like game written in Elm

Home Page:http://adamdicarlo.com/elm-wordy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

"Worder"-like game written in Elm

http://adamdicarlo.com/elm-wordy/


Languages

Language:Elm 99.0%Language:JavaScript 0.4%Language:HTML 0.3%Language:Nix 0.3%