Skip to content

Commit

Permalink
Sittuyin perft 5
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtami committed Nov 7, 2018
1 parent 02bfce3 commit ad65a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/movegen.py
Expand Up @@ -150,7 +150,7 @@ def testMovegen2(self):

def testMovegen3(self):
"""Testing SITTUYINCHESS variant move generator"""
positions = [("8/6k1/6p1/3s2P1/3npR2/2r5/p2N2F1/3K4 b - - 0 49", [(1, 34), (2, 693), (3, 20395), (4, 394725)])]
positions = [("8/6k1/6p1/3s2P1/3npR2/2r5/p2N2F1/3K4 b - - 0 49", [(1, 34), (2, 693), (3, 20395), (4, 394725), (5, 10997297)])]
print()
# return
self.MAXDEPTH = 3
Expand Down

0 comments on commit ad65a40

Please sign in to comment.