Home
last modified time | relevance | path

Searched refs:makemove (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/games/gomoku/
H A DMakefile4 SRCS= bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
H A Dgomoku.h297 int makemove(int, int);
H A Dmakemove.c52 makemove(int us, int mv) in makemove() function
H A Dmain.c272 if ((i = makemove(color, curmove)) != MOVEOK) in main()