Chess Engine
Inpiration source. UCI Protocol.
Cf. Documentation
To configure :
cmake -S . -B build
To build :
cmake --build build
- The enums of rank / tile / squares is not very adapted for loop...
Chess Engine
Inpiration source. UCI Protocol.
Cf. Documentation
To configure :
cmake -S . -B build
To build :
cmake --build build