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