Skip to content

Instantly share code, notes, and snippets.

@dschinkel
Last active September 5, 2018 22:12
Show Gist options
  • Select an option

  • Save dschinkel/855f46f428a068297a1966fad59b801c to your computer and use it in GitHub Desktop.

Select an option

Save dschinkel/855f46f428a068297a1966fad59b801c to your computer and use it in GitHub Desktop.
Elm minMax Kata - Blog Post Snippets
let
board =
[ empty, empty, empty, empty, empty, empty, empty, empty, empty ]
centerPosition =
get 4 board
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment