I'm creating this predator-prey simulation. i have a super class and then three derived classes of type creature that share the same functions. Im pretty sure my functions are right, but i'm having troubles in updating the grid, when the creature moves or does an action.