CheeseLord / warts

WAcky Real Time Strategy
MIT License
1 stars 0 forks source link

Game state manager does too much #10

Closed CheeseLord closed 7 years ago

CheeseLord commented 7 years ago

Currently the command handler listens for commands, sets up the connection, applies orders, cooks breakfast, etc. It should do less things.

kronmillerg commented 7 years ago

I've mitigated this somewhat. The component is now renamed to GameStateManager, and is mostly responsible for updating the game state and unit orders. It's still got some residual stuff in it that should probably be moved out, though, so I'm leaving this open.