Skip to content

Instantly share code, notes, and snippets.

@bhenry
Last active August 29, 2015 14:10
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 bhenry/5a80497fc2fa108e37c9 to your computer and use it in GitHub Desktop.
Save bhenry/5a80497fc2fa108e37c9 to your computer and use it in GitHub Desktop.
blog1
(defonce init
(reset! app-state
{:home {:home? true
:score 0
:timeouts 3}
:away {:home? false
:score 0
:timeouts 3}
:ball-on 50
:to-go 10
:down 1
:qtr 1
:time "15:00"
:possession :home}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment