Organizing an entity system with external component managers?
- by Gustav
I'm designing a game engine for a top-down multiplayer 2D shooter game, which I want to be reasonably reuseable for other top-down shooter games. At the moment I'm thinking about how something like an entity system in it should be designed. First I thought about this:
I have a class called EntityManager. It should implement a method called Update…