Tagged Questions
9
votes
4answers
1k views
What technique should I use to facilitate communication between XNA GameComponents (or between components of any type in a game)?
I'm starting out on my first 'proper' game project, and I've inevitably hit a block trying to decide how game components in XNA should communicate.
From previous (Java) GUI programming events, ...