Commit Graph

9 Commits

Author SHA1 Message Date
b811e33b81 Add king move gen and a test.c file for quick debug
All checks were successful
Python tests (make) / test (push) Successful in 10s
Python tests (make) / test (pull_request) Successful in 10s
2025-08-17 20:27:03 -04:00
fd9af926e0 Add rook move gen and refactor sub test checks
All checks were successful
Python tests (make) / test (push) Successful in 10s
2025-08-17 19:50:17 -04:00
af829f2208 Add bishop move gen tests
All checks were successful
Python tests (make) / test (push) Successful in 10s
2025-08-17 19:12:16 -04:00
fb5e8bb0cb Add knight tests
All checks were successful
Python tests (make) / test (push) Successful in 10s
2025-08-17 19:02:00 -04:00
2028d7fa12 Add white pawn move gen test
All checks were successful
Python tests (make) / test (push) Successful in 10s
2025-08-17 18:53:15 -04:00
5b4dc74681 Update test suite
All checks were successful
Python tests (make) / test (push) Successful in 10s
Put all ffi code into its own module for clarity.
2025-08-17 17:23:42 -04:00
362048d630 Fix formatting
All checks were successful
Python tests (make) / test (push) Successful in 10s
2025-08-16 15:26:04 -04:00
c02ec7875d add-fen-loader (#5)
All checks were successful
Python tests (make) / test (push) Successful in 10s
Reviewed-on: #5
Co-authored-by: Josh <josh@joshuaschuett.com>
Co-committed-by: Josh <josh@joshuaschuett.com>
2025-08-16 16:51:53 +00:00
3ba72c0bc3 add-piece-move-cache (#1)
Reviewed-on: #1
Co-authored-by: Josh <josh@joshuaschuett.com>
Co-committed-by: Josh <josh@joshuaschuett.com>
2025-08-10 19:39:18 +00:00