aboutsummaryrefslogtreecommitdiffstats
path: root/python/GameState.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/GameState.py')
-rw-r--r--python/GameState.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/GameState.py b/python/GameState.py
index eed8f36..8957f7c 100644
--- a/python/GameState.py
+++ b/python/GameState.py
@@ -36,7 +36,6 @@ class DotsAndBoxesState(GameState):
columns.append({"v": 0, "h": 0})
rows.append(columns)
self.board = rows
-
self.score = {1: 0, 2: 0}
self.player = player
print("Player: ", player)