You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vestride_Shuffle/_data/shapes.json

51 lines
640 B
JSON

[
{
"shape": "circle",
"color": "blue"
},
{
"shape": "diamond",
"color": "red"
},
{
"shape": "triangle",
"color": "green"
},
{
"shape": "triangle",
"color": "orange"
},
{
"shape": "square",
"color": "red"
},
{
"shape": "diamond",
"color": "green"
},
{
"shape": "circle",
"color": "red"
},
{
"shape": "square",
"color": "green"
},
{
"shape": "circle",
"color": "orange"
},
{
"shape": "diamond",
"color": "blue"
},
{
"shape": "square",
"color": "orange"
},
{
"shape": "square",
"color": "blue"
}
]