Created
March 7, 2017 20:22
-
-
Save deque-blog/61d9b78095c0e5ee676ffe65bbfeffd5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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