Welcome to Connect Four!
Built in AIs:
random
,
random-legal
AI URL should accept a POST with a JSON structured as
{gameId: string, moves: number[]}
returning
{nextMove: number}
1
2
Start Game