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

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

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.

  • Sweet! Here are 3 chess engines for Java, C++, and Javascript that I wrote that include highlighting colored paths of attack and from where for both sides in realtime as the game is played. Fully configurable, ansi console output!. Totally easy to gut for embedded use. Minimax with alpha-beta pruning algorithm. Configurable out the wazoo including threads, pool size, ply look-ahead, time limits, colors, side names, previous best move caching to speed up parallelism (if used), quiessent searches, en-passant captures, other junk. Definitely keep us posted on your progress as you build yours out!

  • 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++)

  • Sweet! Here are 3 chess engines for Java, C++, and Javascript that I wrote that include highlighting colored paths of attack and from where for both sides in realtime as the game is played. Fully configurable, ansi console output!. Totally easy to gut for embedded use. Minimax with alpha-beta pruning algorithm. Configurable out the wazoo including threads, pool size, ply look-ahead, time limits, colors, side names, previous best move caching to speed up parallelism (if used), quiessent searches, en-passant captures, other junk. Definitely keep us posted on your progress as you build yours out!

  • 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

  • Sweet! Here are 3 chess engines for Java, C++, and Javascript that I wrote that include highlighting colored paths of attack and from where for both sides in realtime as the game is played. Fully configurable, ansi console output!. Totally easy to gut for embedded use. Minimax with alpha-beta pruning algorithm. Configurable out the wazoo including threads, pool size, ply look-ahead, time limits, colors, side names, previous best move caching to speed up parallelism (if used), quiessent searches, en-passant captures, other junk. Definitely keep us posted on your progress as you build yours out!

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

  • Writing an Embedded Chess Engine - Part 5

    3 projects | /r/avr | 24 May 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