Ejemplo n.º 1
0
 def update(self, grandObserver):
     self.makeAction(grandObserver)
     AbstractPlayer.update(self)
Ejemplo 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)