remove unnecessary cup
This commit is contained in:
parent
0d489922cf
commit
56ceee589b
1
board.py
1
board.py
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user