remove unnecessary cup

This commit is contained in:
Christoffer Müller Madsen 2018-02-13 10:15:40 +01:00
parent 0d489922cf
commit 56ceee589b

View File

@ -8,7 +8,6 @@ class Board:
# player goes from 1-47 while the other goes from 47-1 # player goes from 1-47 while the other goes from 47-1
def __init__(self): def __init__(self):
self.cup = Cup()
self.state = [ 0, self.state = [ 0,
2, 0, 0, 0, 0, -5, 2, 0, 0, 0, 0, -5,
0, -3, 0, 0, 0, 5, 0, -3, 0, 0, 0, 5,