Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active March 1, 2017 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/2bdeae58fcbe39316f973b068596d48b to your computer and use it in GitHub Desktop.
Save deque-blog/2bdeae58fcbe39316f973b068596d48b to your computer and use it in GitHub Desktop.
[{: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