Skip to content

Instantly share code, notes, and snippets.

@mkosler
Created March 2, 2014 01:18
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 mkosler/9300425 to your computer and use it in GitHub Desktop.
Save mkosler/9300425 to your computer and use it in GitHub Desktop.
{
"default_room": "hallway",
"rooms": [
{
"name": "hallway",
"url": "test_images/hallway.jpg",
"connections": [
{
"name": "living_room",
"coordinates": [ 0, 0, 10 ]
},
{
"name": "kitchen",
"coordinates": [ 0, 0, -10 ]
}
]
},
{
"name": "kitchen",
"url": "test_images/kitchen.jpg",
"connections": [
{
"name": "hallway",
"coordinates": [ 0, 0, 10 ]
}
]
},
{
"name": "living_room",
"url": "test_images/living_room.jpg",
"connections": [
{
"name": "hallway",
"coordinates": [ 0, 0, -10 ]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment