2009-08-30 00:30:15 UTC
Hi, I've been studying the source code of this project and I have a question about the Smith notation used in the code base. In particular, the GameController function:
-(NSString*)formatMove:(int)from to:(int)to promote:(char)add;
does that generate a move in the Smith notation? It looks like it does, but since there's no specific comments I wanted to make sure.
What I'm really looking for is a way to generate Standard (short) Algebraic notation for my moves. Where is that done in the code base? It looks like it comes from ICC server, but I may be wrong.
Thanks in advance and congrats for this good piece of software and for making it available.