CPG/Chess/nimfish/nimfishpkg
Mattia Giambirtone 9a41ba50ff Uncomment tt cutoff code 2024-05-02 15:41:30 +02:00
..
resources Initial work on Zobrist hashing. Add Pohl opening book 2024-04-25 18:53:51 +02:00
bitboards.nim Refactor chessboard code and move most logic to Position 2024-05-01 19:46:28 +02:00
board.nim Fix incremental zobrist hashing, fix repetition detection, add ttmove, wait for search thread to complete 2024-05-02 14:39:46 +02:00
eval.nim Refactor chessboard code and move most logic to Position 2024-05-01 19:46:28 +02:00
magics.nim Fix some bugs in movegen. Untested TT 2024-04-26 11:41:59 +02:00
movegen.nim Fix incremental zobrist hashing, fix repetition detection, add ttmove, wait for search thread to complete 2024-05-02 14:39:46 +02:00
moves.nim Refactor chessboard code and move most logic to Position 2024-05-01 19:46:28 +02:00
pieces.nim Refactor chessboard code and move most logic to Position 2024-05-01 19:46:28 +02:00
position.nim Fix incremental zobrist hashing, fix repetition detection, add ttmove, wait for search thread to complete 2024-05-02 14:39:46 +02:00
rays.nim Make test suite optionally parallel. Many bug fixes 2024-04-23 01:50:56 +02:00
search.nim Uncomment tt cutoff code 2024-05-02 15:41:30 +02:00
transpositions.nim Fix incremental zobrist hashing, fix repetition detection, add ttmove, wait for search thread to complete 2024-05-02 14:39:46 +02:00
tui.nim Fix incremental zobrist hashing, fix repetition detection, add ttmove, wait for search thread to complete 2024-05-02 14:39:46 +02:00
uci.nim Fix incremental zobrist hashing, fix repetition detection, add ttmove, wait for search thread to complete 2024-05-02 14:39:46 +02:00
zobrist.nim Fix incremental zobrist hashing, fix repetition detection, add ttmove, wait for search thread to complete 2024-05-02 14:39:46 +02:00