A simple implementation of the "Towers of Hanoi" using the Elm language. It currently supports games with one to six rings.
Build using
elm-make Hanoi.elm --output Hanoi.js
and open index.html
in your browser. For this to work you need to install the
Elm platform via
npm install -g elm