This commit is contained in:
ImFlizzyy 2022-12-23 02:11:41 +01:00
parent ad3f491a81
commit 031f2373d2
3 changed files with 8 additions and 5 deletions

View file

@ -116,3 +116,4 @@ class Matrix:
for i in range(len(matrix)):
for j in range(len(matrix[i])):
self.set(self, x + j, y + i, matrix[i][j])

View file

@ -164,3 +164,4 @@ class BOT:
def __str__(self):
return self.name

View file

@ -88,3 +88,4 @@ class PLAYER:
list of cards
'''
self.cards = cards