4. The software - for robot moves

All the code is written in Python 2.

1. Dexter Industries supplies code to support moving the EV3 motors, etc.

2. I provide the code to make the motors move in such a way as to move the chess pieces!

3. The chess engine is Stockfish - which can beat any human!

"Stockfish is one of the strongest chess engines in the world. It is also much stronger than the best human chess grandmasters."

4. The code to drive the chess engine, validate that a move is valid, and so forth is Chessboard.py

5. I use some code from http://chess.fortherapy.co.uk to interface with that.

6. My code (in 2 above) then interfaces with that!

No comments:

Post a Comment

Intro

I have built a chess robot using Lego and Raspberry Pi . I have placed an improved description of the robot at  Chess Robot Made With LEGO...