9 typedef coord_t (*playout_policeman
)(void *playout_policy
, struct board
*b
, enum stone my_color
);
12 /* 1: m->color wins, 0: m->color loses
13 * -2 superko inside the game tree (NOT at root, that's simply invalid move)
14 * -3 first move is multi-stone suicide */
15 int play_random_game(struct board
*b
, struct move
*m
, int gamelen
, playout_policeman policeman
, void *policy
);