festive-neuron/Black-Hole
0
Black Hole Bot API
Backend bot API for the Black Hole board game).
Endpoint
`POST /api/bot_move`
{
"board": [[player, value], ...],
"tiles_placed": 10,
"model": "v2"
}Returns { "action": <int 0-44> }.
Backend bot API for the Black Hole board game).
`POST /api/bot_move`
{
"board": [[player, value], ...],
"tiles_placed": 10,
"model": "v2"
}Returns { "action": <int 0-44> }.