8-add-legal-move-filter #16

Merged
Josh merged 6 commits from 8-add-legal-move-filter into main 2025-08-19 19:56:45 +00:00
Showing only changes of commit 134eafa135 - Show all commits

View File

@@ -2,7 +2,6 @@ from test.base import ChessLibTestBase
from test.chess_ffi import Move from test.chess_ffi import Move
from test.chess_ffi import Board from test.chess_ffi import Board
from test.chess_ffi import BLACK from test.chess_ffi import BLACK
from test.chess_ffi import WHITE
from test.chess_ffi import is_in_check from test.chess_ffi import is_in_check
from test.chess_ffi import gen_legal_moves from test.chess_ffi import gen_legal_moves
from test.chess_ffi import sq from test.chess_ffi import sq