CoolFace
Apppublic

festive-neuron/Black-Hole

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

Black Hole Bot API

Backend bot API for the Black Hole board game).

Endpoint

`POST /api/bot_move`

json
{
  "board": [[player, value], ...],
  "tiles_placed": 10,
  "model": "v2"
}

Returns { "action": <int 0-44> }.