
Programming Patterns: An Event-Queue
In this tutorial we will learn how to use an event queue to unify all interactions between game characters, such as the player and NPCs, and application components, such as user input and audio.
This tag aggregates all tutorials on handling user input.