booot76 / Booot-chess-engine

11 stars 1 forks source link

Booot chess engine

Multiplatform UCI chess engine written in Pascal by Alex Morozov.

Build

Booot can be compiled either with Delphi or with Free Pascal.

To compile with Delphi, open the project file booot7.dproj.

To compile with Free Pascal, you can use the Lazarus IDE. Open in Lazarus the project file booot7.lpi.

You can also compile from a terminal using the following command:

fpc -Mdelphi -Rintel booot7.dpr

Homepage

https://github.com/booot76/Booot-chess-engine