arduino chess using micro-max

hello friends,

i'm currently working on an arduino version of the square off chessboard https://squareoffnow.com/

I need a chess engine that runs on arduino. I have been searching around on the internet and found some working projects that used the chess engine of micro-max on an arduino. but these engines have been modified for their specific projects. this means that i cant just copy-paste those chess engines.

I was wondering if somebody has any experience with chess engines for arduino, and someone who would like to help me with this project.

the following code is the chess engine: http://home.hccnet.nl/h.g.muller/umax4_8.c

this chess engine is written in C.

what i would want is to write a move in the serial port of the arduino (like e2e4), and that the arduino would give a move back via the serial port.

does anyone have experience with this kind of coding? or is anyone interested in helping me out?

thanks in advance

1 Like