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

  /src/games/fish/
fish.c 77 static int userasked[RANKS], userhand[RANKS]; variable in typeref:typename:int[][]
127 if (gofish(move, USER, userhand))
130 goodmove(USER, move, userhand, comphand);
136 if (!userhand[move]) {
140 goodmove(COMPUTER, move, comphand, userhand);
154 printhand(userhand);
191 if (1 <= userhand[n] && userhand[n] <= 3) {
195 if (userhand[n] == 4) {
254 if (userhand[i] && comphand[i]
    [all...]
fish.c 77 static int userasked[RANKS], userhand[RANKS]; variable in typeref:typename:int[][]
127 if (gofish(move, USER, userhand))
130 goodmove(USER, move, userhand, comphand);
136 if (!userhand[move]) {
140 goodmove(COMPUTER, move, comphand, userhand);
154 printhand(userhand);
191 if (1 <= userhand[n] && userhand[n] <= 3) {
195 if (userhand[n] == 4) {
254 if (userhand[i] && comphand[i]
    [all...]

Completed in 21 milliseconds