smudge202 / clean-living

Walking a mile in the shoes of a game developer.
Apache License 2.0
4 stars 0 forks source link

IMessage Event Store #14

Open mattridgway opened 9 years ago

mattridgway commented 9 years ago

Capture all IEvent, IRequest (anything inheriting IMessage) and create way of replaying these

smudge202 commented 9 years ago

IRequests implemented in c545274244bbd9795cc2569c0a8eacae400475fd

smudge202 commented 9 years ago

Probably going to need some discussion on default persistence for events, and how we envision replay working.

smudge202 commented 9 years ago

Changed Recorder to being woven into GameEngine. GameEngine is getting too big so need to consider how best to break it out.