EVENT BUS & Event Queue

In this assignment, I implemented the event bus and the event queue to create an event system. An event bus serves as a control hub for events. This is supposed to help optimize the way we decouple listeners and consumer events. For my production, I added audio and events and event queues. I followed Robert Nystrom's book Text/Tool: Game Programming Patterns. I followed chapter 15.

Previous
Previous

FINITE STATE MACHINE

Next
Next

ABSTRACT SPAWN FACTORY