Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active March 18, 2017 13:57
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/9a814b405b9e71ec973ccb6907c73a85 to your computer and use it in GitHub Desktop.
Save deque-blog/9a814b405b9e71ec973ccb6907c73a85 to your computer and use it in GitHub Desktop.
(defn main-frame
[turn suggestions interactions]
[:div.game-panel
[menu/show-top-menu (:scores turn) (:player turn) interactions]
[board/render-board (:board turn) suggestions interactions]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment