jukkae / rascal

A roguelike.
Other
1 stars 0 forks source link

Event feedback loop #246

Open jukkae opened 5 years ago

jukkae commented 5 years ago

VERY soon I will have a feedback loop with events. Event's source should be tracked, and sink should not react to its own events.

jukkae commented 5 years ago

In general, the flow of events should be clear: Whence do the come, where do they go?