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

implement observer "textbook" #4

Closed prince-chrismc closed 7 years ago

prince-chrismc commented 7 years ago

redo infection log to implement infection log and " TBA " as observer and subject

prince-chrismc commented 7 years ago

this isnt super close to text book since the infection log has no way to GetValues() from the GameEngine

prince-chrismc commented 7 years ago

REDESIGN gonna happen ... this isnt close enough

in observes.h

prince-chrismc commented 7 years ago

REDESIGN V3

in gameengine

in observes.h

prince-chrismc commented 7 years ago

design worked perfectly