diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a3b54e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.c-python-312.* + diff --git a/player.py b/player.py index c0baab6..0d5b154 100644 --- a/player.py +++ b/player.py @@ -20,7 +20,7 @@ class player: def discard(self): return self.hand.pop() - def command(self, suit, value): + def command(self, suit, value, card_count): rules = json.load(open('rules.json')) commands = [] #chance to return the wrong command