Skip to content
#

chessengine

Here are 12 public repositories matching this topic...

ChessInsights is a full-stack chess application that allows users to play games, explore positions, and review move history through a responsive web interface backed by a custom Python chess engine. The engine uses bitboards for efficient move generation and currently selects a random legal move as a baseline strategy.

  • Updated Jul 20, 2026
  • Python

NegaKnightV7, a sophisticated chess engine designed to play against a human opponent. It is implemented entirely in pure Python within a single file, and notably, it operates as a single-threaded application. It is recommended to use it with PyPy. Possibly, one of the strongest HCE engine written in single-file python.

  • Updated Jul 27, 2025
  • Python

Improve this page

Add a description, image, and links to the chessengine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chessengine topic, visit your repo's landing page and select "manage topics."

Learn more