226 skills found · Page 1 of 8
jhlywa / Chess.jsA TypeScript chess library for chess move generation/validation, piece placement/movement, and check/checkmate/draw detection
niklasf / Python ChessA chess library for Python, with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing, and UCI/XBoard engine communication
RonSijm / ButtFishEffortlessly transmitting Morse Code of chess moves to your butthole 💝
glinscott / Leela Chess**MOVED TO https://github.com/LeelaChessZero/leela-chess ** A chess adaption of GCP's Leela Zero
paralogical / Rarest Move In ChessAnalyze compressed chess pgn files to determine the rarest move
jordanbray / ChessA rust library to manage chess move generation
bhlangonijr / Chesslibchess library for legal move generation, FEN/PGN parsing and more
CYHSM / Chess Surprise AnalysisFind surprising moves in chess games
healeycodes / Andoma♟️ A chess engine with alpha-beta pruning, piece-square tables, move ordering, and command-line UI.
fiveoutofnine / Fiveoutofnine ChessA gas optimized, 100% on-chain chess engine and art project where each move is minted as an NFT
brozeph / Node ChessA simple node.js library for parsing and validating chess board position with an algebraic move parser
Gigantua / GigantuaGigantua: Single Threaded - 2 Billion Moves/s Chess position enumerator
lichess-org / CompressionChess clock and move compression algorithms for lichess.org
Strryke / BetafishA chess engine and AI move finder written in Javascript. Beats Stockfish level 6 on Lichess.
coding-parrot / Chess EngineThe chess engine can generate all legal moves for a given position upto an arbitrary depth.
thomasahle / FastchessPredicts the best chess move with 27.5% accuracy by a single matrix multiplication
rudzen / ChessLibC# chess library containing a complete data structure and move generation.
Geras1mleo / ChessC# .NET 8.0 Chess Library
agausmann / PerftreePerft debugger. Compare your chess engine's move generation to Stockfish
CorentinGS / Chesschess is a set of go packages which provide common chess utilities such as move generation, turn management, checkmate detection, PGN encoding, UCI interoperability, image generation, opening book exploration, and others. It is well tested and optimized for performance.