Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 184 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 184 Bytes

elm-hangman

A hangman game, written in Elm.

Running

  • elm make src/App.elm --output dist/elm.js
  • open dist/index.html in your browser :)