Esempio n. 1
0
 def update(self, grandObserver):
     self.makeAction(grandObserver)
     AbstractPlayer.update(self)
Esempio n. 2
0
 def update(self, grandObserver):
     """ This nethod is called by matchturn using existing pygame.sprite implementation"""
     self.homePosition.update()
     self.makeAction(grandObserver)
     AbstractPlayer.update(self)