summaryrefslogtreecommitdiff
path: root/ai/src/lib.rs
AgeCommit message (Expand)Author
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-06Alpha-beta pruningMike White
2021-09-05Fixed evaluation and created eval commandMike White
2021-08-22Removed deprecated constantBotahamec
2021-07-20Added a minimax evaluation functionmrw1593
2021-07-09here's what i have so farBotahamec