OK, Thanks. Would the following be accurate: The server keeps track of pieces via the FEN CODE, and via the "moves text box". The moves text box is an array of movements. If you add a piece to the board you must populate the moves text box. for example: P -e5. If you don't do that the server (your computer) will not store the information.
OK, Thanks. Would the following be accurate: The server keeps track of pieces via the FEN CODE, and via the "moves text box". The moves text box is an array of movements. If you add a piece to the board you must populate the moves text box. for example: P -e5. If you don't do that the server (your computer) will not store the information.