A WIP chess engine written in Python with no dependencies
-
Updated
Mar 29, 2024 - Python
A WIP chess engine written in Python with no dependencies
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.
Chess bot, where logic is made in C and rendering in Python.
A small chess engine project published to the snap store as vinniebot-chess! Features an amateur-leveled bot.
A graphical chess engine written with Python 3.8 using PyGame. Moves generated with minimax algorithm.
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.
Free and open-source chess engine
Chess engine and tic-tac-toe bot build using the Minimax Algorithm
Implementation of chess in python created mainly by following a step-by-step YouTube tutorial by Eddie Sharick.
Шахматный движок с GUI на Pygame и ИИ (minimax + alpha-beta). Полная поддержка правил, дебютная книга, оценка позиции.
Add a description, image, and links to the chessengine topic page so that developers can more easily learn about it.
To associate your repository with the chessengine topic, visit your repo's landing page and select "manage topics."