chstan / Chess-Engine

A weak C language chess engine
5 stars 1 forks source link

DebugBoard only has rudimentary checks. #11

Open chstan opened 12 years ago

chstan commented 12 years ago

We should add additional checks for material values, as well as the occupied bitboards and the total white and black pieces bitboards.

chstan commented 9 years ago

Many more checks now, but they should be applied inside ifdef conditionals because they make the board really slow.