0 1 2 3 4 5 6 7
31 8
30 9
29 10
28 11
27 12
26 13
25 14
24 15
2 2 2 2 1 1 1 1
3 2 1 0 9 8 7 6
https://blackbox.soward.net/game/getRandomGame
{
"game":53134
}
https://blackbox.soward.net/game/gameBoard/<boardID>
{
[
[0,0,0,0,0,0,0],
[0,0,0,0,0,0,0],
[0,0,0,0,1,0,0],
[0,0,0,0,0,0,0],
[0,0,1,0,0,0,0],
[0,0,0,0,0,0,0],
[0,0,1,0,0,0,1],
]
}
https://blackbox.soward.net/game/castRay/<boardID>/<position>
{
"exit":23
}
{
"exit": "H"
}
{
"exit": "R"
}
{
"error": "Invalid Board"
}
https://blackbox.soward.net/game/makeGuess/<boardID>
{
"matches":2,
"hits":[
[0,3], [5,5]
],
"misses":[
[1,5], [3,7]
]
}