An exercise in learning Elm
Goals:
- Be simple - for example, the human player is always X and goes first
- Use only Elm standard library - gluing together a bunch of existing libraries means less opportunity to learn Elm
- Be idiomatic
elm-make src/Main.elm --warn