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

Interactive diagrams. (Updated!) Diagrams that interactively show piece moves.[All Comments] [Add Comment or Rating]
💡📝H. G. Muller wrote on Tue, Oct 22 06:02 PM UTC in reply to H. G. Muller from Mon Oct 21 06:42 PM:

Well, I tried a Diagram for orthodox Chess together with the script

function extraTinker(m) {
  var v = board[m[3]][m[2]];
  if((v & 511) == 5) kind |= 64;
  return 0;
}

and it seems to work fine: capturing the Queen forces the turn pass. So it must be something specific to your Diagram, which might use other features that somehow interfere with the calling of Tinker.