Skip to content

viktorstrate/arduino-chess

Repository files navigation

Arduino chess engine

A simple chess engine based on the mini-max algorithm, that can run on Arduinos as well as normal computers

Build and run on computer

Run following commands in the project directory, to build the project.

$ cmake .
$ make

To run it

$ ./arduino_chess

You might have to grant executable permissions for the file

$ chmod +x ./arduino_chess

Releases

No releases published

Packages

No packages published