Check out Smess, our featured variant for February, 2025.


[ 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 at 07:51 PM UTC in reply to Aurelian Florea from 07:37 PM:

Just a guess, but can you try without the extra trailing comma in the promoChoice? I am not sure what happens there when after splitting at the commas the last element in the array it obtains is an empty string (which is not a valid piece name). In morph it might work, because that has special code for extending the line to a full rank when there are missing squares (and 'undefined' and the empty string might be considered the same). But when it occurs in promoChoice the I.D. might actually try to use it as a piece.