Skip to content

Instantly share code, notes, and snippets.

@hongymagic
Created March 27, 2012 02:50
Show Gist options
  • Save hongymagic/2212060 to your computer and use it in GitHub Desktop.
Save hongymagic/2212060 to your computer and use it in GitHub Desktop.
Go-no-go configuration data
{
"id": 1024,
"name": "Midsomer Murders",
"engine": "Go-No-Go",
"description": "Exercise your working memory",
"assets": {
"screen": {
"background-image": "http://placehold.it/800x600"
},
"total_sets": 5,
"timing": {
"visible_time": 500,
"input_time": 3000
},
"multiplier": 30
}
{
"id": 1,
"current_set": 2,
"channels": [
{
"id": 000000,
"type": "master",
"keybindings": ["A", "Z"],
"answers": [
false
]
},
{
"id": 111111,
"type": "video",
"properties": {
"position": [75, 100],
"grid_size": [3, 3],
"cell_size": [100, 100]
},
"cues": [
{
"asset_url": "http://placehold.it/100x100",
}
]
},
{
"id": 222222,
"type": "audio",
"cues": [
{
"asset_url": "http://cdn.brainfit.com.au/assets/z9x9rdk/no.wav",
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment