Check out Janggi (Korean Chess), our featured variant for December, 2024.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

Game Courier Logs. View the logs of games played on Game Courier.[All Comments] [Add Comment or Rating]
🕸📝Fergus Duniho wrote on Sun, Nov 29, 2009 03:17 AM UTC:
Yes, you should use the empty command. Game Courier used to be able to take moves as commands, but to separate parsing of commands and moves, I changed it to internally preface any move with 'MOVE: '. When it sees moves in the programming code without the MOVE: keyword, it doesn't know what to do with them. Use commands where you can in the programming code, and use actual moves only where needed.