robinpokorny / elm-hangman

:mans_shoe: Simple hangman game in Elm

Home Page:http://robinpokorny.github.io/elm-hangman/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman in Elm (DEMO)

version Build Status license

A simple hangman game in Elm with HTTP word fetching.

Build

elm make src/Main.elm --output public/elm.js --yes

Bundles application to /public folder.

Unstylled version can be run with elm reactor and navigating to src/Main.elm.

About

:mans_shoe: Simple hangman game in Elm

http://robinpokorny.github.io/elm-hangman/

License:MIT License


Languages

Language:Elm 54.1%Language:CSS 25.0%Language:HTML 20.9%