added gitignore
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
*.c-python-312.*
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ class player:
|
|||||||
def discard(self):
|
def discard(self):
|
||||||
return self.hand.pop()
|
return self.hand.pop()
|
||||||
|
|
||||||
def command(self, suit, value):
|
def command(self, suit, value, card_count):
|
||||||
rules = json.load(open('rules.json'))
|
rules = json.load(open('rules.json'))
|
||||||
commands = []
|
commands = []
|
||||||
#chance to return the wrong command
|
#chance to return the wrong command
|
||||||
|
|||||||
Reference in New Issue
Block a user