Check out Grant Acedrex, our featured variant for April, 2024.

Enter Your Reply

The Comment You're Replying To
H. G. Muller wrote on Thu, Apr 27, 2023 07:03 AM UTC in reply to Fergus Duniho from Wed Apr 26 10:35 PM:

It did initially, but then it stopped, ...

Was this on a mobile device? On my PC that Diagram seems to work fine. But on my tablet it didn't.

I had a similar experience with one of the Diagrams in the 'huge variants' subject thread, when I tried to show it to a colleague on my Samsung tablet. Initially everthing worked fine, but then during the demonstration it suddenly stopped being responsive to touches on the board and on the piece names in the table. Opening and closing the piece table still worked under those conditions, though.

Now the touch screens use a different event for manupulating the pieces than on a PC ('ontouch' rather than 'onmousedown'). That they behave differently would suggest the problem is in the touch-event handler. I am not sure they really behave differently, though, because the Wildebeest Diagram now works again on my tablet as well. (While I am certain that earlier this morning it didn't.)

It is very strange that this problem does not manifest itself consistently. One hypothesis would be that there is a name collision between the Diagram script and some of the JavaScript that is loaded on behalf of the advertizements that appear on the same page. So that it depends on which ad gets loaded.

Also, how do you use Betza notation to specify castling for this game?

You have to specify each castling possibility separately: KisO1isO2isO3isO4 . (In the comments there already was a Diagram that uses this.) For the isO1 it will highlight the Rook amongst the King destinations, and take the one-step castling when you click that. (It would also have used that highlighting for isO5, but since that is not allowed here there is no ambiguity.)

In the betzaNew.js version of the script the move entry would work differently: after selecting King the square next to it would be highlighted by a cyan star to indicate there is an as yet ambiguous move to that square. When you then click that star, it would highlight the square next to King with the yellow circle, and the Rook with a castling symbol, and a third click would be needed for resolving the ambiguity by clicking one of those. An initial castling highlight on the Rook would then always mean isO5 castling. (Or, on other boards, castling where the King ends up in the corner.)


Edit Form

Comment on the page Wildebeest Chess

Conduct Guidelines
This is a Chess variants website, not a general forum.
Please limit your comments to Chess variants or the operation of this site.
Keep this website a safe space for Chess variant hobbyists of all stripes.
Because we want people to feel comfortable here no matter what their political or religious beliefs might be, we ask you to avoid discussing politics, religion, or other controversial subjects here. No matter how passionately you feel about any of these subjects, just take it someplace else.
Quick Markdown Guide

By default, new comments may be entered as Markdown, simple markup syntax designed to be readable and not look like markup. Comments stored as Markdown will be converted to HTML by Parsedown before displaying them. This follows the Github Flavored Markdown Spec with support for Markdown Extra. For a good overview of Markdown in general, check out the Markdown Guide. Here is a quick comparison of some commonly used Markdown with the rendered result:

Top level header: <H1>

Block quote

Second paragraph in block quote

First Paragraph of response. Italics, bold, and bold italics.

Second Paragraph after blank line. Here is some HTML code mixed in with the Markdown, and here is the same <U>HTML code</U> enclosed by backticks.

Secondary Header: <H2>

  • Unordered list item
  • Second unordered list item
  • New unordered list
    • Nested list item

Third Level header <H3>

  1. An ordered list item.
  2. A second ordered list item with the same number.
  3. A third ordered list item.
Here is some preformatted text.
  This line begins with some indentation.
    This begins with even more indentation.
And this line has no indentation.

Alt text for a graphic image

A definition list
A list of terms, each with one or more definitions following it.
An HTML construct using the tags <DL>, <DT> and <DD>.
A term
Its definition after a colon.
A second definition.
A third definition.
Another term following a blank line
The definition of that term.