Tag: sport
-
Chess programming and Chess960
Programming a chess engine is hard. Testing it is even harder. One needs to test the engine in various conditions so as to make sure that the algorithm properly recognizes patterns, applies the logic its creator has embedded in it, follows the chess principles that will allow the computer to win etc. To that end,…