Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created March 20, 2017 19:40
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/310d7b935495e5fca583ea8f9677e091 to your computer and use it in GitHub Desktop.
Save deque-blog/310d7b935495e5fca583ea8f9677e091 to your computer and use it in GitHub Desktop.
(defonce game-loop (start-game-loop))
(defn send-play-event! [e] (put! (game-loop :play-events) e))
(defn send-game-event! [e] (put! (game-loop :game-events) e))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment