summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-08Optimize configMicha White
2023-10-08Better evaluation structure for force winsMicha White
2023-10-06Create Evaluation typeMicha White
2023-10-04Remove unused importsMicha White
2023-10-04Temporary functions used for UIMicha White
2023-10-03Fix `has_jump_at` functionsMicha White
2023-10-03Fix bug with move generation jumpsMicha White
2023-10-03Update UIMicha White
2023-10-03First attempt at PDN implementationMicha White
2023-09-27Changed some Cargo.toml'sMicha White
2023-09-27Edited some of the cratesMicha White
2023-09-27Create a pdn crateMicha 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-18Fixed the best move so it would actually make good movesMike White
2021-09-18Removed unused importsMike White
2021-09-18Created a transposition table and fixed some bugsMike White
2021-09-18Implemented stalemateMike White
2021-09-18Made the light player actually play wellMike White
2021-09-18Implement multithreadingMike White
2021-09-15Removed print statementMike White
2021-09-15Added best move functionMike White
2021-09-06Added some efficient iterator methodsMike White
2021-09-06Unit testsMike White
2021-09-06Alpha-beta pruningMike White
2021-09-05Fixed evaluation and created eval commandMike White
2021-08-29Fixed a couple of bugs I foundMike White
2021-08-29Added the ability to moveMike White
2021-08-27Highlighted possible moves when a piece is clickedMike White
2021-08-26Fixed bugMike White
2021-08-26Refactored converting row column coordinates to valueMike White
2021-08-23Created a basic UI that displays a single positionMike White
2021-08-23Cleaned up a littleMike White
2021-08-23Added a helper function for the UI to useMike White
2021-08-23Added documentation for the structuresMike White
2021-08-22Removed deprecated constantBotahamec
2021-08-22Optimized the speed by predefining all possible movesBotahamec
2021-08-22Fixed last unit testBotahamec
2021-07-20Fixed unit testsmrw1593
2021-07-20Fixed a couple errorsmrw1593
2021-07-20Added a minimax evaluation functionmrw1593
2021-07-13Moved `can_jump` into `backward_right_movers`Botahamec
2021-07-13Updated docs and testsmrw1593
2021-07-09here's what i have so farBotahamec
2021-07-09here's what i have so farBotahamec
2021-07-08here's what i have so farBotahamec