Hi everyone,
I made a chess engine using an alpha-beta pruning / negamax algorithm along with a transposition table to optimise the pre-calculation of moves in a game tree.
please have a look and let me know how can i improve this chess engine and optimise its recursive calls(depth) to manage latency.
GitHub : https://github.com/EuclidStellar/Sepentia-ChessEngine