warrior-code-api
Version:
API for Warrior-Code.
57 lines (55 loc) • 922 B
JSON
{
"description": "",
"tip": "",
"clue": "clue",
"timeBonus": 15,
"size": {
"width": 8,
"height": 1
},
"goal": {
"x": 7,
"y": 0
},
"abilities": {
"actions": {
"knight": [],
"ranger": [],
"wizard": []
},
"senses": {
"knight": [],
"ranger": [],
"wizard": []
}
},
"players": {
"playerOne": {
"x": 1,
"y": 1,
"facing": "..."
},
"playerTwo": {
"x": 2,
"y": 2,
"facing": "..."
},
"playerThree": {
"x": 3,
"y": 3,
"facing": "..."
}
},
"units": [
{
"type": "...",
"x": 5,
"y": 3,
"facing": "..."
}
]
}