pixelsoccupied / 345_California

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

GUI: Cube placement (possibility of having 12 cubes) #119

Open pixelsoccupied opened 7 years ago

pixelsoccupied commented 7 years ago

But implemented the logic for Medic. Basically treating each index value as a different disease and -1 == no cubes. Moved all the Action and Roles in separate files(check out the new files)

MatthewChrobak commented 7 years ago

@pixelsoccupied What is the issue with this exactly? I'm not quite sure. Cities can already render cubes of various colors per city.

pixelsoccupied commented 7 years ago

Ya sorry forgot that it was fixed since last time in GUI! I was referring to the logic that was being used! But fixed it in the new buttons.cpp. Now removes one cube of color that is the highest in number @MatthewChrobak