Searched refs:goodmove (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/games/fish/ |
| HD | fish.c | 74 static void goodmove(int, int, int *, int *); 117 goodmove(USER, move, userhand, comphand); in main() 127 goodmove(COMPUTER, move, comphand, userhand); in main() 289 goodmove(int player, int move, int *hand, int *opphand) in goodmove() function
|