def endGame(self): msg = Message() msg.command = Command.YOUWIN return self.encodeMessage(msg)
def startGame(self): msg = Message() msg.command = Command.START return self.encodeMessage(msg)