pixelsoccupied / 345_California

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

Draw Cards and Infect Cities on Turn End #24

Closed MatthewChrobak closed 7 years ago

MatthewChrobak commented 7 years ago

Requirements:

Tips and Help: A messagebox can be shown and handled in its entirety through #include "GuiManager" GuiManager::showMessageBox("Message One"); GuiManager::showMessageBox("Message Two");

theonlychunsta commented 7 years ago

Partial solution submitted.

darkheros12 commented 7 years ago

I have fixed the drawInfectionCard

darkheros12 commented 7 years ago

Chun fixed the drawPlayerCard and implemented in game situation