summaryrefslogtreecommitdiff
path: root/model/src/possible_moves.rs
AgeCommit message (Expand)Author
2023-12-29BIG BUG: board didn't require double jumps to use same pieceMicha White
2023-12-21Updated two testsMicha White
2023-12-21Remove some memory allocationsMicha White
2023-12-21Added some small extra functionality to the engineMicha White
2023-10-03Fix `has_jump_at` functionsMicha White
2023-10-03Fix bug with move generation jumpsMicha White
2023-09-27Big changesMicha White
2021-09-19Fixed segmentation faultMike White
2021-09-19Fixed bug that allowed double jumps for other piecesMike White
2021-09-18Created a transposition table and fixed some bugsMike White
2021-09-18Implement multithreadingMike White
2021-09-06Added some efficient iterator methodsMike White
2021-09-06Unit testsMike White
2021-08-29Fixed a couple of bugs I foundMike White
2021-08-23Added documentation for the structuresMike White
2021-08-22Optimized the speed by predefining all possible movesBotahamec
2021-07-13Moved `can_jump` into `backward_right_movers`Botahamec
2021-07-13Updated docs and testsmrw1593
2021-07-08here's what i have so farBotahamec