Skip to content

Instantly share code, notes, and snippets.

@ajspadial
Created June 21, 2016 07:49
Show Gist options
  • Save ajspadial/f7858944f43a6a9b311f261e55918685 to your computer and use it in GitHub Desktop.
Save ajspadial/f7858944f43a6a9b311f261e55918685 to your computer and use it in GitHub Desktop.
Dancing score
[
{time:0,
type: 'dancer',
id:'xuan',
gender:'m'},
{time:0,
type: 'dancer',
id:'pep',
gender:'m'},
{time:0,
type: 'dancer',
id:'regina',
gender:'f'},
{time:0,
type: 'dancer',
id:'sara',
gender:'f'},
{time:0,
type: 'group',
geom: 'line',
pos: [100, 20],
size: 190,
orientation: 0,
id:'main'},
{time:10,
type:'join',
group:'main',
members: ['xuan', 'pep', 'regina', 'sara']
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment