A very basic UCI chess engine without many communication option at around 1500 elo
Author: Jimmy Luong
Pynfish is a Python-based chess engine that achieves an approximate Elo rating of 1500. This project has been relaunched because my Rust-based engine now includes all the features I wanted to integrate.
Differences from Version 1.0
Completely redesigned, as I was not satisfied with the previous structure – now it's easier to create new versions.
It now uses Minimax and Alpha-Beta pruning for efficient search.
Integrates Stockfish's old NNUE (2020 version), combining Stockfish's NNUE with the classic search method.
stronger, faster, better
Comments
Post a Comment