Exemplo n.º 1
0
 def endGame(self):
     msg = Message()
     msg.command = Command.YOUWIN
     return self.encodeMessage(msg)
Exemplo n.º 2
0
 def startGame(self):
     msg = Message()
     msg.command = Command.START
     return self.encodeMessage(msg)