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,