Last active
November 23, 2018 15:26
-
-
Save ronsims2/6ac3466d160ed8dd89587da7302e23bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 42, | |
"name": "Stereotypes", | |
"description": "A bingo game for TV stereotypes", | |
"boardSize": 9, | |
"data": [ | |
{ | |
"name": "Alpha", | |
"description": "Buddy Love", | |
"emoji": "π", | |
"image": "https://media.giphy.com/media/3oEjHI8WJv4x6UPDB6/giphy.gif" | |
}, | |
{ | |
"name": "Beta", | |
"description": "Hercules", | |
"emoji": "π", | |
"image": "https://media.giphy.com/media/3o72Feff3XD9zs3KtW/giphy.gif" | |
}, | |
{ | |
"name": "Gamma", | |
"description": "Hi Neighbor", | |
"emoji": "π", | |
"image": "https://media.giphy.com/media/3ov9k0XtktkLOnn5YI/giphy.gif" | |
}, | |
{ | |
"name": "Delta", | |
"description": "Chocolate", | |
"emoji": "π¬", | |
"image": "https://media.giphy.com/media/ATRBUin2eTskg/giphy.gif" | |
}, | |
{ | |
"name": "Zeta", | |
"description": "The big one", | |
"emoji": "π", | |
"image": "https://media.giphy.com/media/oLfFPxGAjyctG/giphy.gif" | |
}, | |
{ | |
"name": "Eta", | |
"description": "The small one", | |
"emoji": "π€©", | |
"image": "https://media.giphy.com/media/Ala8Pjo4RN9kY/giphy.gif" | |
}, | |
{ | |
"name": "Theta", | |
"description": "Super Mad", | |
"emoji": "π€¬", | |
"image": "https://media.giphy.com/media/jTADV679DToSQ/giphy.gif" | |
}, | |
{ | |
"name": "Iota", | |
"description": "Monocular", | |
"emoji": "π§", | |
"image": "https://media.giphy.com/media/l1J9suLLtSfFiTVS0/giphy.gif" | |
}, | |
{ | |
"name": "Kappa", | |
"description": "Smoochy", | |
"emoji": "π", | |
"image": "https://media.giphy.com/media/vQqeT3AYg8S5O/giphy.gif" | |
}, | |
{ | |
"name": "Lambda", | |
"description": "Tears of a Clown", | |
"emoji": "π’", | |
"image": "https://media.giphy.com/media/w8x93KuYx3M9q/giphy.gif" | |
}, | |
{ | |
"name": "Mu", | |
"description": "Nerddddds", | |
"emoji": "π€", | |
"image": "https://media.giphy.com/media/llKJGxQ1ESmac/giphy.gif" | |
}, | |
{ | |
"name": "Nu", | |
"description": "Dr. Dre", | |
"emoji": "π€", | |
"image": "https://media.giphy.com/media/3IcX9Y4n6wRnq/giphy.gif" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment