Skip to content

Instantly share code, notes, and snippets.

@joserocha3
Created September 28, 2016 14:42
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 joserocha3/1bc8debcae67ba92d3e50b059a5d5146 to your computer and use it in GitHub Desktop.
Save joserocha3/1bc8debcae67ba92d3e50b059a5d5146 to your computer and use it in GitHub Desktop.
rules.json
[
{
"title": "Double Shot",
"desc": "Roll some dice, Highest number takes a shot",
"img": "imgs/obj_A.jpg"
},
{
"title": "Straight Shooter",
"desc": "Take a shot straight, as in no chaser",
"img": "imgs/obj_B.jpg"
},
{
"title": "Santa is Coming!",
"desc": "Roll a dice, <br/><span class=\"odd\">Odd</span>: Give two shots</br><span class=\"even\">Even</span>: Give 1 shot",
"img": "imgs/obj_C.jpg"
},
{
"title": "Top Up",
"desc": "Take time to fill up your cups.",
"img": "imgs/obj_D.jpg"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment