implement simple anti-cheat system

This commit is contained in:
Jannes Höke
2016-04-19 01:26:38 +02:00
parent 28863876da
commit 746a9ff745
2 changed files with 22 additions and 8 deletions

View File

@ -33,6 +33,7 @@ class Player(object):
self.bluffing = False
self.drew = False
self.anti_cheat = 0
def leave(self):
""" Leave the current game """