books
Chess engine development resources
A collection of Python libraries and resources used to develop chess engines
Chess books used to develop Stockfish
154 stars
11 watching
32 forks
Language: Python
last commit: 9 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
official-stockfish/stockfish | An UCI chess engine that analyzes positions and computes optimal moves using neural networks. | 11,861 |
daylen/stockfish-mac | A graphical chess application for Mac that leverages the capabilities of an open-source UCI-compatible chess engine | 512 |
sciencepal/chess-com-box-py | Retrieves and displays chess ratings data from Chess.com. | 11 |
pychess/pychess | A Python-based chess client with features such as online play, multiple difficulty levels, and analysis tools. | 708 |
marcusbuffett/command-line-chess | A terminal-based chess game against an AI using a simple brute-force algorithm to evaluate positions | 503 |
adachess/adachess | A chess engine written in Ada with features like legal move generation and real-time move annotation. | 7 |
marianogappa/ostinato | A comprehensive, stateless chess game library that supports multiple notations and allows for AI-powered gameplay on both the server and client-side. | 53 |
robcarver17/systematictradingexamples | A collection of code examples focused on systematic trading strategies and related algorithms using Python. | 374 |
gustayo/vue-chess-storybook | Refactoring Vue.js chess components to work with Vue 2 | 12 |
dobro/binbo | A chess game representation written in Erlang using Bitboards and Magic Bitboards for fast move generation. | 125 |
zachliugis/stock_extractor | A package of classes to extract stock data from various online sources. | 34 |
marcizhu/marcizhu | An interactive chess game project where users can submit moves through GitHub issues and update the README file in real-time. | 176 |
skillachie/finsymbols | Provides a Python tool to retrieve stock symbol information from various US stock exchanges. | 110 |
ingo60/frech | A chess engine written in Frege, aiming to implement a functional algorithmic approach to playing the game of chess. | 0 |
utilforever/robotchess | An Auto Chess simulator built with C++ and reinforcement learning algorithms | 4 |