pixelsoccupied / 345_California

Popular board game "PANDEMIC" done in C++.
0 stars 1 forks source link

Having more than 7 cards doesn't prompt player to remove some cards #101

Closed theonlychunsta closed 7 years ago

theonlychunsta commented 7 years ago

There is no prompt showing up when player has more than 7 cards in hand.

darkheros12 commented 7 years ago

it does prompt but it does automatically for the player. we have to fix that problems @theonlychunsta

theonlychunsta commented 7 years ago

rip, working on it

theonlychunsta commented 7 years ago

Cards are properly assigned to the players, but cannot be properly printed to the screen.

MatthewChrobak commented 7 years ago

Done. This will be committed in a future push.