Writing an Embedded Chess Engine - Part 5

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • JavaChess

    24-bit ANSI colored, console-based chess engine using Java. Optional multi-threaded AI using Minimax with alpha-beta pruning. Fully configurable properties including: ply depth, thread pool size, optional AI time limit, all colors, and more.

  • I have written hundreds of game engines over the years including many more full-featured chess engines (JavaChess, CPlusPlusChess, JavascriptChess to name a few). A few months ago we saw many great chess board projects in the various microcontroller and electronics subs here on reddit but all of them focused on the electronics and construction of the game boards themselves. From the discussions and comments that followed it seemed that many of the authors had the same questions about how to write the code-behind.

  • CPlusPlusChess

    Modern C++ Chess. 24-bit ANSI colored, console-based chess using C++17. Optional multi-threaded AI using Minimax with alpha-beta pruning. Fully configurable properties including: ply depth, thread pool size, optional AI time limit, all colors, and more. (Based on my JavaChess repo, Re-written to practice my C++)

  • I have written hundreds of game engines over the years including many more full-featured chess engines (JavaChess, CPlusPlusChess, JavascriptChess to name a few). A few months ago we saw many great chess board projects in the various microcontroller and electronics subs here on reddit but all of them focused on the electronics and construction of the game boards themselves. From the discussions and comments that followed it seemed that many of the authors had the same questions about how to write the code-behind.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • JavaScriptChess

    JavaScript (ECMAScript) Chess Game Engine with browser based wrapper page

  • I have written hundreds of game engines over the years including many more full-featured chess engines (JavaChess, CPlusPlusChess, JavascriptChess to name a few). A few months ago we saw many great chess board projects in the various microcontroller and electronics subs here on reddit but all of them focused on the electronics and construction of the game boards themselves. From the discussions and comments that followed it seemed that many of the authors had the same questions about how to write the code-behind.

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

  • Proof of concept for a chessboard for beginners that will show players potential next moves when a piece is picked up

    3 projects | /r/arduino | 19 Feb 2023
  • Wanna make your own chess engine in JAVA?

    1 project | /r/opensource | 27 Jun 2023
  • A Java library to create your own chess engines!

    1 project | /r/chessprogramming | 24 Jun 2023
  • Show HN: Make your own chess engines with Java

    1 project | news.ycombinator.com | 24 Jun 2023
  • Any weaker UCI engines?

    3 projects | /r/ComputerChess | 22 Apr 2023