chess
It's like chess.js, but in ES6 and can handle variations
A JavaScript chessboard without dependencies. Rendered in SVG, coded in ES6. Views FEN, handles move input, animated, responsive, expandable
Simple JavaScript chess engine without dependencies written in NodeJs. It can be used on both, server or client (web browser) and do not need persistent storage - handy for serverless solutions lik…
A TypeScript chess library for chess move generation/validation, piece placement/movement, and check/checkmate/draw detection
A simple node.js library for parsing and validating chess board position with an algebraic move parser
Maia is a human-like neural network chess engine trained on millions of human games.
Chess reinforcement learning by AlphaGo Zero methods.
Sunfish: a Python Chess Engine in 111 lines of code
Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper.
Research project: create a chess engine using Deep Reinforcement Learning