Mercurial > libervia-web
diff libervia_server/__init__.py @ 381:b96b8b666d17
plugin card_game: update to use the new XMLUI mechanism + copy the autoplay mode from QuickFrontend:
TODO: the new round is not starting after the scores have been displayed
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 26 Feb 2014 02:28:19 +0100 |
parents | 5e0e2032928c |
children | 2d782349b88a |
line wrap: on
line diff
--- a/libervia_server/__init__.py Tue Feb 25 12:41:31 2014 +0100 +++ b/libervia_server/__init__.py Wed Feb 26 02:28:19 2014 +0100 @@ -403,11 +403,6 @@ profile = ISATSession(self.session).profile self.sat_host.bridge.tarotGameReady(player, referee, profile) - def jsonrpc_tarotGameContratChoosed(self, player_nick, referee, contrat): - """Tell to the server that we are ready to start the game""" - profile = ISATSession(self.session).profile - self.sat_host.bridge.tarotGameContratChoosed(player_nick, referee, contrat, profile) - def jsonrpc_tarotGamePlayCards(self, player_nick, referee, cards): """Tell to the server the cards we want to put on the table""" profile = ISATSession(self.session).profile