Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 785 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 785 Bytes

Title

Overview

mcu-max is an MCU-optimized C-language chess game engine based on micro-Max.

mcu-max comes with an Arduino serial port example, and a UCI chess interface example for testing mcu-max from UCI-compatible chess game GUIs.

When running on devices with little memory, you might want to adjust the max depth value to avoid stack overflows.

Try the Rad Pro simulator to test mcu-max.

Features

  • Configurable hashing.
  • Configurable node limit.
  • Configurable max depth.
  • Valid move Listing.
  • Best-move search termination.

Terms of use

mcu-max is freely available and distributed under the MIT license.