Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created March 7, 2017 20:22
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/61d9b78095c0e5ee676ffe65bbfeffd5 to your computer and use it in GitHub Desktop.
Save deque-blog/61d9b78095c0e5ee676ffe65bbfeffd5 to your computer and use it in GitHub Desktop.
(def width 16)
(def height 11)
(s/def ::board
(s/every
(s/every ::player/owner :count height)
:count width))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment