Event Driven Communication in Game Engine - Yes or No?
- by Bunkai.Satori
As I am reading book Game Coding Complete (http://www.amazon.com/Game-Coding-Complete-Third-McShaffry/dp/1584506806/ref=sr_1_1?ie=UTF8&qid=1295978774&sr=8-1), the author recommend Event Driven communication among the all game objects and modules.
Basicaly, all the living game actors and object should communicate with the key modules…