goodmove
goodmove(USER, move, userhand, comphand);
goodmove(COMPUTER, move, comphand, userhand);
void goodmove(int, int, int *, int *);