Vermette @ Mon Nov 10, 2008 8:37 pm wrote:
Research chess notation. There is a notation out there for representing the full state of a chess board in a short string of ASCII (less than 80 characters): the position of all pieces on the board, available castling and en passant options, and the current move. I'm *not* referring to algebraic notation used to record whole games.
Find it, adapt a minimal coding scheme to represent it and you'll have an A+ project.
when you mean a short strings of ASCII, do you mean like 1 for white, and 0 for black?