/ChessArthurBrain

Chess Engine

Primary LanguageC++MIT LicenseMIT

ChessArthurBrain

Chess Engine

Inspiration

Inpiration source. UCI Protocol.

Project arborescence documentation

Cf. Documentation

cmake commands

To configure :

cmake -S . -B build

To build :

cmake --build build

Ideas / TODO

  • The enums of rank / tile / squares is not very adapted for loop...