Upload JavaScript files containing strategy code:
Your strategy must return a move object with row and col properties, or null if no valid moves are available.
row
col
null
Use the getValidMoves(player) function to get all valid moves.
getValidMoves(player)