Tag: scanning the chessboard
-
How to develop a chess program from scratch (for total beginners) Ep. 3
[Previous episode] [Previous episode] Overview In the previous episode we started thinking about the algorithm of the program we are to create. Now it is time to start building the thinking mechanism of the computer. And we will start from… Step 1. Step 1: Scan the chessboard The first thing one should do when thinking…