HomeSort by: relevance | last modified time | path
    Searched defs:lmove (Results 1 - 2 of 2) sorted by relevancy

  /src/games/fish/
fish.c 214 static int lmove; local in function:compmove
217 lmove = promove();
220 lmove = (lmove + 1) % RANKS;
221 } while (!comphand[lmove] || comphand[lmove] == CARDS);
223 asked[lmove] = 1;
225 (void)printf("I ask you for: %s.\n", cards[lmove]);
226 return(lmove);
fish.c 214 static int lmove; local in function:compmove
217 lmove = promove();
220 lmove = (lmove + 1) % RANKS;
221 } while (!comphand[lmove] || comphand[lmove] == CARDS);
223 asked[lmove] = 1;
225 (void)printf("I ask you for: %s.\n", cards[lmove]);
226 return(lmove);

Completed in 125 milliseconds