rickbatka / co-op-engine

A prototype engine for our planned co-op game. This is where we will make it work, make it network, and make it feel fun. No AI, level design, etc.
2 stars 0 forks source link

Networking Cleanup #17

Closed reddenx closed 10 years ago

reddenx commented 10 years ago

Hurray the networking framework is done, but there's a bit of codesplosion to clean up, mainly the rampant dependencies on the networking which would ideally just act in the background as a silent observer of all things.

reddenx commented 10 years ago
reddenx commented 10 years ago

Shit's done yo!