Skip to content

kbarrette/tictactoe-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published