How to avoid the GameManager god object?
- by lorancou
I just read an answer to a question about structuring game code. It made me wonder about the ubiquitous GameManager class, and how it often becomes an issue in a production environment. Let me describe this.
First, there's prototyping. Nobody cares about writing great code, we just try to get something running to see if the gameplay adds up.
Then…