marcosh / elm-hanoi

The Hanoi tower game implemented in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-hanoi

The Hanoi tower game implemented in Elm

Objectives

  • Represent with the model only valid states
  • Provide a module reusable with different views

Idea

  • Treat the Hanoi Tower as a data structure. In the Hanoi.elm file just provide the data structure and how to interact with it.

About

The Hanoi tower game implemented in Elm

License:MIT License


Languages

Language:JavaScript 94.5%Language:Elm 5.5%