Search found 1 match

by max22234
Sun Mar 03, 2024 9:26 am
Forum: Works in Progress
Topic: I'm building my own chess engine for endgames in Python But I've got stuck
Replies: 0
Views: 992

I'm building my own chess engine for endgames in Python But I've got stuck

I'm trying to create my own chess endgame code for a trivial game 3 pieces on the board Q+K+k (all in Python) but I'm getting a wrong output at the node 1 in my dictionary A[1]['moves_to_mate']==9 but the true value should be 11 plies to mate (according to stockfish). Any hint why I'm not getting th...