From f0a97bcd1306a0d09467b41a1989b3b784f8f2e5 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 4 Jun 2015 00:21:20 +0100 Subject: shuffle the played cards before designing the judge tends to know with card belong to who if he can see the order Signed-off-by: Olivier Gayot --- CAO_Game.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CAO_Game.py') diff --git a/CAO_Game.py b/CAO_Game.py index dfa7841..0502b88 100644 --- a/CAO_Game.py +++ b/CAO_Game.py @@ -85,6 +85,8 @@ class CAO_Game(): if self.judge is not player: return ('ERR', 'You\'re not the judge, you fool!') + self.board.shuffle_played_cards() + # we prevent the others to play self.state = self.WAITING_DESIGNATION -- cgit v1.2.3