1 parent 7cbbd9e commit 3133816Copy full SHA for 3133816
1 file changed
src/Negamax/negamax.h
@@ -40,6 +40,7 @@ extern "C"
40
* - out_col: Output pointer for selected column (0-based). Set to -1 if the game is already terminal
41
*
42
* Behavior:
43
+ * - out_row and out_col must be non-null
44
* - If aiPlayer is not 'x' or 'o', returns (-1, -1)
45
* - If the board is invalid (x_pieces & o_pieces != 0), returns (-1, -1)
46
* - If the board is terminal (win/tie), returns (-1, -1)
0 commit comments