This project is an object-oriented implementation of a chess game using Python, Pygame, and the Stockfish chess engine. It provides a user-friendly interface to play chess against the AI opponent ...
This project implements a hybrid chess engine that integrates classical search techniques with a neural network–based evaluation function. The engine applies a Negamax search with α–β pruning, a ...