Open dannyjacobs opened 4 years ago
Suppose I want to add some features to the board for a specific kind of game, for example a specific style of physics. The class hierarchy of _Board -> Board/VirtualBoard makes it hard to make a subclass like I would for the sprites.
Yup, probably should have designed this with composition, rather than inheritance. I'll fix at earliest convenience.
Suppose I want to add some features to the board for a specific kind of game, for example a specific style of physics. The class hierarchy of _Board -> Board/VirtualBoard makes it hard to make a subclass like I would for the sprites.