How should I plan the inheritance structure for my game?
- by Eric Thoma
I am trying to write a platform shooter in C++ with a really good class structure for robustness. The game itself is secondary; it is the learning process of writing it that is primary.
I am implementing an inheritance tree for all of the objects in my game, but I find myself unsure on some decisions.
One specific issue that it bugging me is…