I am trying to set it so that my game will stop when 10 orbs are eaten. There are two players, and therefore two seperate score counters. I want the World class to read these two counters, so that when added up they equal ten. How would I go about doing this?

