prince-chrismc / Pandemic

This is a C++ project to recreate the board game Pandemic as apart of my COMP345 course at Concordia University during the winter 2017 semester.
MIT License
0 stars 0 forks source link

Disease Cube Piles are not INITIALIZED correctly #10

Closed prince-chrismc closed 7 years ago

prince-chrismc commented 7 years ago

The intatiation of a cube pile is missing from the 4 colors and the container

prince-chrismc commented 7 years ago

Issue was Board setup was happening before game Load was offered (might fix more bugs)