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

Game Statistics Observer/Decorator Pattern: #5

Closed prince-chrismc closed 7 years ago

prince-chrismc commented 7 years ago

1) num of cities infected 2)items/player 3) num of cubes on the map 4) pieces renaming

display statistics per action/phase/turn

prince-chrismc commented 7 years ago

Implementation worked first shot....

implement in GE change deco + testing for decorator is left

prince-chrismc commented 7 years ago

Use a decorator pattern to allow the addition of other statistics to be displayed by the game statistics observer, for example: percentage of cities infected by the players, etc. Each new statistic must be implemented as a different decorator that is decorating the game statistics observer.

prince-chrismc commented 7 years ago

finish game settings clocked test implimentation

be nice to barclay <3

prince-chrismc commented 7 years ago

after two days of work final done!