Title / Description
Code // This is a decription of a serialized game ready to be imported { // Game UUID 'game_id': '0edf5b66-4948-1168-b05a-000393ae7dbe', 'name': 'Spillet om Aksis', 'introduction': 'Velkommen til dette testspillet. Det g\xe5r ut p\xe5 \xe5 gj\xf8re masse rare ting', 'map': { // The bounds of the map image. // Indexes corresponds to: // (Northeast) // ------- [2,3] // | | // | | // [0,1] ------- // (Southwest) // Where 0 and 2 are lat and 1 and 3 are lon 'bounds': [60.383138286839355, 5.3189233283996584, 60.389294792446655, 5.3321715850830076], // Name of map image file relative to the location of this file 'image': 'map.jpg' }, // Points in this game 'points': [ { 'name': 'Spillet er i gang!', 'text': 'N\xe5 kan du gjette hvor du skal g\xe5 videre.', 'id': 23, 'order': 1, 'icon': 'icons/1.png', 'location': [60.385628822517141, 5.3271675109863281], 'hints': [] }, { 'name': 'Lille lungeg\xe5rdsvann', 'text': 'Har du sv\xf8mt?', 'id': 24, 'order': 2, 'icon': 'icons/2.png', 'location': [60.390442465724497, 5.3284120559692383], 'hints': [ { 'id': 7, 'name': 'M\xf8llene 1', 'text': 'I 1807 l\xe5 det m\xf8ller langs Muleelven, som i dag g\xe5r under bakken. Den rant gjennom parken like nedenfor Mon Plaisir' }, { 'id': 9, 'name': 'Repslageri 1', 'text': 'Repslageriene er lette bygninger \xe5 kjenne igjen. De er lange, rette og smale hus, like lange som tauene selv. De m\xe5tte v\xe6re s\xe5 lange p\xe5 grunn av at tauet ikke kunne bli v\xe5tt mens det ble laget.' } ] },{ 'name': 'Aksis', 'text': 'Allegaten 27', 'id': 20, 'location': [60.385697038609813, 5.3270816802978516], 'hints': [], 'order': 3, 'icon': 'icons/3.png' }, { 'name': 'Fysisk institutt', 'text': '', 'id': 21, 'location': [60.384138286839352, 5.3301715850830078], 'hints': [], 'order': 4, 'icon': 'icons/4.png' }, { 'name': 'Lyder Sagens gate 21', 'text': '', 'id': 22, 'location': [60.387732846936721, 5.3297209739685059], 'hints': [], 'order': 5, 'icon': 'icons/5.png' }, { 'name': 'Fosswinkel', 'text': '', 'id': 25, 'location': [60.388294792446658, 5.324249267578125], 'hints': [], 'order': 6, 'icon': 'icons/6.png' }, { 'name': 'Studentsenter', 'text': '', 'id': 26, 'location': [60.386884609095127, 5.3209233283996582], 'hints': [], 'order': 8, 'icon': null }, { 'name': 'Tilbake til start', 'text': '', 'id': 27, 'location': [60.386078762365138, 5.3268027305603027], 'game_id': 5, 'hints': [], 'order': 7, 'icon': null } ] }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code