mirror of
https://github.com/JonasunderscoreJones/EPR-Gruppenabgabe-07.git
synced 2025-10-23 01:39:18 +02:00
adjusted author variable
This commit is contained in:
parent
ba7d5efc6f
commit
2cb60388bf
2 changed files with 2 additions and 2 deletions
2
game.py
2
game.py
|
@ -1,4 +1,4 @@
|
||||||
__author__ = "7987847, Werner, 7347119, Fajst, 1234567, dalimeli"
|
__author__ = "7987847, Werner, 7347119, Fajst, 7735965, Melikidze"
|
||||||
|
|
||||||
RANKS = ['Ace', '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King']
|
RANKS = ['Ace', '2', '3', '4', '5', '6', '7', '8', '9', '10', 'Jack', 'Queen', 'King']
|
||||||
SUITS = ['Spades', 'Hearts', 'Diamonds', 'Clubs']
|
SUITS = ['Spades', 'Hearts', 'Diamonds', 'Clubs']
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__author__ = "7987847, Werner, 7347119, Fajst, 1234567, dalimeli"
|
__author__ = "7987847, Werner, 7347119, Fajst, 7735965, Melikidze"
|
||||||
|
|
||||||
class BOT:
|
class BOT:
|
||||||
def __init__(self, name, cards):
|
def __init__(self, name, cards):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue