Reinhard Scharnagl wrote:Would there be an interest in having such a GUI supporting 8x8 and 10x8 Chess (slightly comparable to the terminated SMIRF-GUI approach) then using e.g. an UCI related protocol?
If such a GUI would exist, who would be interested then to also develop 10x8 or 10x8/8x8 aware Chess engines?
Reinhard.
I was interested, in so far such a GUI would support Winboard protocol, to such a large extent that I even built one. (Not from scratch, but by adapting the existing Winboard, to be sure.) This new Winboard_F will be released very soon. It supports upto 12x8 boards. It even supporst more than 8 ranks graphically, but I am not sure what consequences this will have on move and FEN parsing and writing, as you run into the double-digit problem.
I have little experience with 10x8 Chess. Perhaps you can give me some hints as to the hidden problems that might occur. Is it enough to simply allow i- and j-files, and the extra piece indicators A and C? For FEN reading I support double-digit skips, like 10/10/10. I understand that there is also a system that uses 'x' for this purpose. It is not clear to me how you would write 11 or 12 in such a system. Is that simply 'x1' and 'x2'? Or is it 'y' and 'z', or 'xi' and 'xii'?