🕸Fergus Duniho wrote on Fri, Jun 21, 2024 01:26 PM UTC:
I have created a Game Courier version of this game, which enforces the rules and shows legal moves as well. But the notation is broken, so please use the mouse interface. I attempted to use 'rewritemove' to correct the notation but it appears to rewrite all successive moves.
The rewritemove command should be used only once per move, and if you don't mean to use it on all moves, you should use it conditionally. To use it on each move only once, you should use it only in the Post-Game sections. To use it conditionally, you should use it within the scope of an if statement.
The rewritemove command should be used only once per move, and if you don't mean to use it on all moves, you should use it conditionally. To use it on each move only once, you should use it only in the Post-Game sections. To use it conditionally, you should use it within the scope of an if statement.