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...
2009-08-30 00:30:15 UTC in Ignatius Chess Client