Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created March 18, 2017 16:43
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/f9cf9a38313c88e0b93141a8853abfd5 to your computer and use it in GitHub Desktop.
Save deque-blog/f9cf9a38313c88e0b93141a8853abfd5 to your computer and use it in GitHub Desktop.
(def suggestions
(reaction
(if (and (:help @app-state) (not @ai-player?))
#(contains? (turn/transitions @current-turn) %)
(constantly false))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment