ndouglas / mistwood

A library for roguelikes, MUDs, and similar games combining various technologies.
The Unlicense
0 stars 0 forks source link

Create event dispatcher pattern. #33

Open ndouglas opened 7 months ago

ndouglas commented 7 months ago

User Story

As an engineer, I want to create a system-wide event handler so that I can process events in a type-safe manner.

This idea is too beautiful not to use, although I don't have a specific use case for it yet.

Tasks

Acceptance Criteria