Interested in creating, playing and testing your own chess engine?

This page summarizes the projects mentioned and recommended in the original post on /r/chess

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • OpenBench

    OpenBench is a Distributed SPRT Testing Framework for Chess Engines

    you can have a look at openbench maybe, https://github.com/AndyGrant/OpenBench . It is currently a testing framework for chess engines (only invited ones) or fishtest. https://tests.stockfishchess.org/tests Stockfish testing framework. Both of these test if change A beats the master version using statistics. Both look at the git repository and download it and create/compile the engine, that might be another solution for you.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • fishtest

    The Stockfish testing framework

    you can have a look at openbench maybe, https://github.com/AndyGrant/OpenBench . It is currently a testing framework for chess engines (only invited ones) or fishtest. https://tests.stockfishchess.org/tests Stockfish testing framework. Both of these test if change A beats the master version using statistics. Both look at the git repository and download it and create/compile the engine, that might be another solution for you.

  • lichess-bot

    A bridge between Lichess bots and chess engines

    https://github.com/ShailChoksi/lichess-bot is a straight forward way to use any UCI engine with lichess. There are also a few libraries for move generation mine: https://github.com/Disservin/chess-library , libchess: https://github.com/kz04px/libchess , surge: https://github.com/nkarve/surge . These are C++ ones, for rust theres https://github.com/analog-hors/cozy-chess . In python you could use python-chess but its incredibly slow for engine stuff writing your own will probably be faster if you know what you are doing.

  • chess-library

    C++ chess library

    https://github.com/ShailChoksi/lichess-bot is a straight forward way to use any UCI engine with lichess. There are also a few libraries for move generation mine: https://github.com/Disservin/chess-library , libchess: https://github.com/kz04px/libchess , surge: https://github.com/nkarve/surge . These are C++ ones, for rust theres https://github.com/analog-hors/cozy-chess . In python you could use python-chess but its incredibly slow for engine stuff writing your own will probably be faster if you know what you are doing.

  • libchess

    C++ chess library

    https://github.com/ShailChoksi/lichess-bot is a straight forward way to use any UCI engine with lichess. There are also a few libraries for move generation mine: https://github.com/Disservin/chess-library , libchess: https://github.com/kz04px/libchess , surge: https://github.com/nkarve/surge . These are C++ ones, for rust theres https://github.com/analog-hors/cozy-chess . In python you could use python-chess but its incredibly slow for engine stuff writing your own will probably be faster if you know what you are doing.

  • surge

    A fast bitboard-based chess move generator in C++ (by nkarve)

    https://github.com/ShailChoksi/lichess-bot is a straight forward way to use any UCI engine with lichess. There are also a few libraries for move generation mine: https://github.com/Disservin/chess-library , libchess: https://github.com/kz04px/libchess , surge: https://github.com/nkarve/surge . These are C++ ones, for rust theres https://github.com/analog-hors/cozy-chess . In python you could use python-chess but its incredibly slow for engine stuff writing your own will probably be faster if you know what you are doing.

  • cozy-chess

    A Chess and Chess960 move generation library written in Rust

    https://github.com/ShailChoksi/lichess-bot is a straight forward way to use any UCI engine with lichess. There are also a few libraries for move generation mine: https://github.com/Disservin/chess-library , libchess: https://github.com/kz04px/libchess , surge: https://github.com/nkarve/surge . These are C++ ones, for rust theres https://github.com/analog-hors/cozy-chess . In python you could use python-chess but its incredibly slow for engine stuff writing your own will probably be faster if you know what you are doing.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Help me find a perfect hash function and fill a hash table in compile time

    3 projects | /r/rust | 3 Jul 2023
  • I have created a chess engine in python. How do I modify it for UCI protocol?

    2 projects | /r/chess | 1 Aug 2022
  • I have created a chess engine in python. How do I modify it for UCI protocol?

    1 project | /r/chessprogramming | 22 Jul 2022
  • Making A Geocache

    1 project | /r/chess | 1 Jun 2022
  • Chrust - Chess Engine Written in Rust

    2 projects | /r/rust | 6 Jan 2022

Did you konow that Python is
the 2nd most popular programming language
based on number of metions?