Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active March 7, 2017 22:14
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/dac3f5bdaefaa2e8509ef2eb957b0f46 to your computer and use it in GitHub Desktop.
Save deque-blog/dac3f5bdaefaa2e8509ef2eb957b0f46 to your computer and use it in GitHub Desktop.
;; Imported from "triboard.logic.scores.cljs"
(s/def ::scores
(s/map-of ::player/player int?))
(s/def ::turn
(s/keys :req-un
[::board/board
::player/player
::scores/scores]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment