I made a chess engine of 1500 elo at depth 4

Revision en2, by euclidstellar, 2024-06-04 21:50:49

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

also if you are interested to know how i made this here's a medium article I wrote on it :https://medium.com/@euclidstellar_57634/creating-a-chess-engine-sepentia-835a86aa25da

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English euclidstellar 2024-06-06 21:34:17 1 Tiny change: ' everyone, \n\nI made' -> ' everyone,\n\nI made'
en3 English euclidstellar 2024-06-05 12:10:13 42
en2 English euclidstellar 2024-06-04 21:50:49 180
en1 English euclidstellar 2024-06-04 21:43:57 420 Initial revision (published)