📝Greg Strong wrote on Tue, Nov 22, 2016 05:16 PM UTC:
The root folder of the source download should have the .sln Visual Studio solution file and associated project files (ChessV.vcproj). You will need Visual Studio 2015 - the Community Edition is free.
The squares are identified by number, and they iterate first by file then by rank. So adding 1 will go to the next file unless you are at the right edge of the board. To advance one rank, add the number of files.
The root folder of the source download should have the .sln Visual Studio solution file and associated project files (ChessV.vcproj). You will need Visual Studio 2015 - the Community Edition is free.
The squares are identified by number, and they iterate first by file then by rank. So adding 1 will go to the next file unless you are at the right edge of the board. To advance one rank, add the number of files.