From 314c1768a0560433cd5f5f7429422e502446aa09 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Sat, 8 Jun 2024 08:15:48 +0100 Subject: [PATCH] added gitignore --- .gitignore | 2 ++ player.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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