Add Pseudo Move Generator #12

Merged
Josh merged 17 commits from 7-add-pseudo-move-generator into main 2025-08-18 00:28:00 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 362048d630 - Show all commits

View File

@@ -17,6 +17,8 @@ class Board(ctypes.Structure):
("halfmove_clock", ctypes.c_int), ("halfmove_clock", ctypes.c_int),
("fullmove_number", ctypes.c_int), ("fullmove_number", ctypes.c_int),
] ]
class FenTests(ChessLibTestBase): class FenTests(ChessLibTestBase):
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):

0
test/test_movegen.py Normal file
View File