how can i answer these two questions in the world class prepare method?
1. Modify your game so that when the Player touches a Food object, the Food object is removed (you may have this already), and 2 points are added to the score.
2. Modify your game so that when the Player touches an Enemy object, the Enemy object is removed, and 10 points are deducted from the score.