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 Log Observer/Decorator Pattern #6

Closed prince-chrismc closed 6 years ago

prince-chrismc commented 7 years ago

Use an Observer pattern to provide a game log observer that shows dynamically selected actions taken in selected players/phases of the game. Use a Decorator pattern to enable the dynamic toggling of logging for each individual player’s actions or logging of individual phases of the game. For example, the Log Observer can show all phases for all players, but can also show the logging for only one player, or show the log of only the individual part of the three parts of the game.

prince-chrismc commented 7 years ago

This wont get done due to time constraints