You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After watching The Queen's Gambit on Netflix I got interested in chess. I played a bit against computer programs and it made me curious about writing my own chess engine. This repository and a series of small videos I upload to Youtube after each milestone are documenting my progress.
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.
This repo is for a chess game and engine that can be run in a terminal. This is particlarly useful for people who only have access to a TTY, and still want to test their hardware's capabilities.