Sunday, July 24, 2022

Chess Engines intro

Chess Engines: A Zero to One (chessengines.org)

This a guide on how to build a Chess engine from scratch, updated periodically as I further explore the space. This assumes some basic knowledge of Chess, search algorithms, and coding.

(JavaScript, GoLang)

0hq (0hq) / Repositories

0hq/starter_chess_engine

0hq/chess-ai: Chess engine written in Javascript.


some alternatives:

notnil/chess: chess package for go @GitHub (MIT)

notnil/chess-ui


Chess Engine : markus7800/Beth: Chess engine written in JULIA.