mirror of
https://github.com/JonasunderscoreJones/EPR-Gruppenabgabe-07.git
synced 2025-10-23 09:49:17 +02:00
uwu
This commit is contained in:
parent
dd30027f87
commit
8fc0a3fe95
5 changed files with 55 additions and 2 deletions
11
game_bot.py
11
game_bot.py
|
@ -136,4 +136,13 @@ class BOT:
|
|||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
import game
|
||||
|
||||
# Create a bot
|
||||
bot = BOT("Bot", 1, game.create_cards())
|
||||
print(bot.get_cards())
|
||||
print(bot.play_card())
|
||||
print(bot.get_cards())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue