Skip to content

Commit

Permalink
remove unnecessary attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
xXUnique31Xx committed Jul 1, 2024
1 parent e95f46d commit e296ec8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions player.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ class Player():

def __init__(self, color):
self.color = color
self.pieces = []
self.captured_pieces = []
self.is_currently_playing = False

def make_move(self, board):
"""Abstract method to be implemented by subclasses to make a move."""
Expand Down

0 comments on commit e296ec8

Please sign in to comment.