mirror of
https://github.com/JonasunderscoreJones/EPR-Gruppenabgabe-07.git
synced 2025-10-23 01:29:19 +02:00
uwu
This commit is contained in:
parent
dd30027f87
commit
8fc0a3fe95
5 changed files with 55 additions and 2 deletions
|
@ -83,4 +83,12 @@ class PLAYER:
|
|||
list of cards
|
||||
'''
|
||||
self.cards = cards
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
import game
|
||||
|
||||
player = PLAYER("Bot", 1, game.create_cards())
|
||||
print(player.get_cards())
|
||||
print(player.play_card())
|
||||
print(player.get_cards())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue