added gitignore

This commit is contained in:
Jake Pullen
2024-06-08 08:15:48 +01:00
parent d6d758b584
commit 314c1768a0
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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