Remove unused variable self.coords

This commit is contained in:
filifa 2024-03-19 20:38:20 -05:00
parent 581628b380
commit 5815e82160
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ class Board:
self.game_lost = False self.game_lost = False
self.game_won = False self.game_won = False
self.total_flags = 0 self.total_flags = 0
self.coords = (0,50)
self.game_started = False self.game_started = False
self.unclicked_squares = size[0] * size[1] self.unclicked_squares = size[0] * size[1]