hojberg / elm-tictactoe

An exercise in learning Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-tictactoe

An exercise in learning Elm

Goals:

  1. Be simple - for example, the human player is always X and goes first
  2. Use only Elm standard library - gluing together a bunch of existing libraries means less opportunity to learn Elm
  3. Be idiomatic

Building

elm-make src/Main.elm --warn

About

An exercise in learning Elm


Languages

Language:HTML 95.7%Language:Elm 3.5%Language:CSS 0.7%