Anonymous Monk,
It was nearly 2 years ago but I seem to recall it was 1 character representing the number of moves and then 30 characters representing the game board (in C, strings are null terminated so 1 + 30 + null = 32). These game boards were generated randomly using Perl.