From 56ceee589ba53db6fe518b1834c20068ba55fbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20M=C3=BCller=20Madsen?= Date: Tue, 13 Feb 2018 10:15:40 +0100 Subject: [PATCH] remove unnecessary cup --- board.py | 1 - 1 file changed, 1 deletion(-) diff --git a/board.py b/board.py index 7b8d077..3e6e15d 100644 --- a/board.py +++ b/board.py @@ -8,7 +8,6 @@ class Board: # player goes from 1-47 while the other goes from 47-1 def __init__(self): - self.cup = Cup() self.state = [ 0, 2, 0, 0, 0, 0, -5, 0, -3, 0, 0, 0, 5,