Created
February 12, 2018 19:00
-
-
Save nbw/31f3873936a43fa297a7a682d9582a11 to your computer and use it in GitHub Desktop.
move.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"you": | |
{ | |
"taunt": "", | |
"object": "snake", | |
"name": "My snake", | |
"length": 3, | |
"id": "7433f0fe-cdb8-46e1-9b3b-a4a43d483579", | |
"health": 100, | |
"body": { | |
"object": "list", | |
"data": [ | |
{ | |
"y": 14, | |
"x": 8, | |
"object": "point" | |
}, | |
{ | |
"y": 14, | |
"x": 8, | |
"object": "point" | |
}, | |
{ | |
"y": 14, | |
"x": 8, | |
"object": "point" | |
} | |
] | |
} | |
}, | |
"width": 20, | |
"turn": 0, | |
"snakes": { | |
"object": "list", | |
"data": [ | |
{"taunt": "", | |
"object": "snake", | |
"name": "My snake", | |
"length": 3, | |
"id": "7433f0fe-cdb8-46e1-9b3b-a4a43d483579", | |
"health": 100, | |
"body": { | |
"object": "list", | |
"data": [ | |
{ | |
"y": 14, | |
"x": 8, | |
"object": "point" | |
}, | |
{ | |
"y": 14, | |
"x": 8, | |
"object": "point" | |
}, | |
{ | |
"y": 14, | |
"x": 8, | |
"object": "point" | |
} | |
] | |
} | |
}, | |
{ | |
"taunt": "ゴロゴロ", | |
"object": "snake", | |
"name": "Name here", | |
"length": 3, | |
"id": "2ecec540-83dd-4f18-9214-9dedd12e0398", | |
"health": 100, | |
"body": { | |
"object": "list", | |
"data": [ | |
{"y": 7, | |
"x": 12, | |
"object": "point" | |
}, | |
{"y": 7, | |
"x": 12, | |
"object": "point" | |
}, | |
{"y": 7, | |
"x": 12, | |
"object": "point" | |
} | |
] | |
} | |
} | |
] | |
}, | |
"object": "world", | |
"id": 8, | |
"height": 25, | |
"food": { | |
"object": "list", | |
"data": [ | |
{ | |
"y": 12, | |
"x": 15, | |
"object": "point" | |
} | |
] | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment