Coding
Base class method being called when I expect the subclass method to be called
So both the player as well as the monsters in my game are Creatures. I’ve simplified each class to highlight the issue. Here is the creature class: Each creature can be assigned a different AI, Read more…