Closed ErinvanderVeen closed 5 years ago
There are many functions that I still missed.
Creating pure function would drastically simplify the code for the AI, so I think it is a good idea. Especially considering that we work with uint64_t
bitboards, the overhead should be very small.
Resolved in #16.
In
state.h
many of the functions should be made pure, this way they can easily be used inai.h
.