Tagged Questions
3
votes
0answers
60 views
Check key state or listen for event? [duplicate]
Possible Duplicate:
Polling vs event driven input
I'm trying to teach myself a bit of game development using Pygame, and I'm unsure what's the best way to approach some of the fundamental ...
0
votes
0answers
82 views
How are events in games handled? [duplicate]
Possible Duplicate:
Best way to manage in-game events?
In may games that I have played, I have seen events being triggered, such as when you walk into a certain land area while holding a ...
35
votes
8answers
5k views
Event Driven Communication in Game Engine - Yes or No?
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 ...