You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void onOtherPlayerMove(int playerNumber, Card justPlayed, Color choosenCardColor);
void onOtherPlayerDraw(int playerNumber);
//returns the index of the card to play
int makeMove(Card justPlayed, Color choosenCardColor, bool justDrew, vector<int> scores, vector<int> cardAmountsByPlayer, vector<Card> cardsInHand, int direction);