[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Single Comment
One more thing. The new code is making use of two new commands called store and restore. The store command saves the current board configuration, including both piece locations and flags, and the restore command restores the board configuration to what it was the last time it was stored. These commands allow some subroutines to try various possible moves without permanently changing the board configuration.