From 216e2e9a1a5ada9d224afaff1441defd0fb455f5 Mon Sep 17 00:00:00 2001 From: Jack Vehmeier Date: Wed, 28 Apr 2021 15:51:33 -0500 Subject: fixed --- python/GameState.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/GameState.py') diff --git a/python/GameState.py b/python/GameState.py index 6047f8d..9e780a9 100644 --- a/python/GameState.py +++ b/python/GameState.py @@ -81,7 +81,7 @@ class DotsAndBoxesState(GameState): def play_move(self, move): r, c, o = move - assert move in self.get_moves() + #assert move in self.get_moves() # check if this move makes a box makes_box = False -- cgit v1.2.3