Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active March 1, 2017 19:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
[{:board {[0 1] :owner/none,
[1 2] :owner/none,
;; More associations ...
[2 0] :owner/none},
:player :owner/cross},
{:board {[0 1] :owner/none,
[0 0] :owner/cross,
;; More associations ...
[2 0] :owner/none},
:player :owner/circle}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment