Check out Symmetric Chess, our featured variant for March, 2024.


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

Comments/Ratings for a Single Item

Later Reverse Order EarlierEarliest
Tamerlane II. Modern variant based upon ancient large chess variant. (11x11, Cells: 121) [All Comments] [Add Comment or Rating]
H. G. Muller wrote on Mon, Oct 30, 2023 09:29 PM UTC in reply to Jean-Louis Cazaux from 03:02 PM:

The secret is the order of the pieces in the ID (and thus the piece table): the Prince comes first there, the Pawn second. So as far as the ID is concerned, the Prince is the only piece that promotes here (since maxPromote=1), and makes use of the promoChoice=QF when it does. The F is there because you have the choice to promote to Queen, or stay a Prince.

The promotions of Pawn and Ship don't involve any choice, and are taken care of by a JavaScript function WeirdPromotion() embedded in the page. The modern way of doing this would be to use morph parameters behind the definition lines of Pawn and Ship, to indicate their automatic promotions without the need for any scripting. Below the Pawn you could write the line

morph=Q

to indicate promotion to Q on the entire last rank. Below the Ship you would write

morph=E.........E

to indicate promotion to  Eagle in de corner squares.

There also was a JavaScript function BadZone() embedded in the page, which took care of forbidding the friendly capture of the King to capturing a Prince. This to allow such a capture as a means for entering a succession move. The modern way of doing that would be to define a captureMatrix that forbids all other friendly captures. Like

captureMatrix=///////////=..!11

 


💡📝Jean-Louis Cazaux wrote on Mon, Oct 30, 2023 03:02 PM UTC:

@HG: for the ID in this page, I had copied the one you had made for my book's appendix. Do you know why we have this line:

promoChoice=QF

The Pawn can only promote to the Q. So, I guess the F should be removed.

However, I understand that the F means the Prince here. So, I was expecting the ID to propose a promotion to Queen OR Prince (which it is not the rule), but only the Queen is proposed (which is the rule). How this is possible?

Thank you


💡📝Jean-Louis Cazaux wrote on Sun, Jan 1, 2023 09:27 PM UTC:

The Prince may make a double step forward at its first move, if the intervening and destination squares are empty (like the Pawn).

I have just corrected the Interactive Diagram to implement this rule which was missing.


💡📝Jean-Louis Cazaux wrote on Thu, Dec 29, 2022 07:46 PM UTC in reply to Daniel Zacharias from 03:14 AM:

@Daniel: not to my knowledge.


Daniel Zacharias wrote on Thu, Dec 29, 2022 03:14 AM UTC:

Has anyone ever used a sideways ship; sliding horizontally rather than vertically?


💡📝Jean-Louis Cazaux wrote on Wed, Dec 28, 2022 08:30 PM UTC in reply to Ben Reiniger from 02:22 PM:

This looks great. Thank you Ben.


Ben Reiniger wrote on Wed, Dec 28, 2022 02:22 PM UTC:

I figured out what I had wrong: the entry in the database table OldItemIDs needed to be the never-existing MStamerlaneii rather than the temporarily-existing MStamerlane2.

That fix makes /rules/TamerlaneII work correctly and the incorrect /rules/Tamerlane2 give a 404. When I next again remove /large.dir/tamerlane2.html, it should give a 404 but with the link to /rules/TamerlaneII.

I'll have to look at the Game Courier preset later; I changed an entry in the GameSettings database table but don't see any difference, and there's a Rules URL entry in the website's form for Editing the preset that I think you have ownership of.


💡📝Jean-Louis Cazaux wrote on Tue, Dec 27, 2022 07:28 PM UTC in reply to Ben Reiniger from 03:53 AM:

@Ben

First, thank you very much for restoring this page.

I did something very confusing by using a "2" sometimes and a Roman "II" other times. I regret, but it was so long time ago.

The whole thing is a bit confusing for me. This is what I see:

  1. https://www.chessvariants.com/rules/TamerlaneII / This page is giving 404 Error. It indicates some "closest matches", none of them being close anyway. Maybe it could be possible to put a really close match in this list? / Unfortunately, this is the page where the Alphabetical Index is directing.

  2. https://www.chessvariants.com/rules/Tamerlane2 This page is where I am now. Indeed, I can edit it, and you moved all comments here. Very good.

  3. https://www.chessvariants.com/large.dir/tamerlane2.html / This is the old page that you have reinstalled. The content is the same than above for the moment, except you have removed the comments. I understand that this page will disappear at one moment. / It is the page to which https://www.chessvariants.com/play/pbm/play.php?game%3DTamerlane+II%26settings%3DTamerlane+II is sending. Maybe the preset could be modified to avoid sending there and sending to /rules/Tamerlane2 instead.

Isn't possible to have Tamerlane2 changed into TamerlaneII everywhere, on every file name?


Ben Reiniger wrote on Tue, Dec 27, 2022 03:53 AM UTC in reply to Jean-Louis Cazaux from Mon Dec 26 07:52 AM:

Hi Jean-Louis, I'm very sorry to have given such a bad present. I'm the one messing with this page, not the other editors.

I was trying to perform the migration of the page to the database, so you could edit it with site forms, as we did before with Shako. As there, the current process ends with the removal of the original html page's location: anyone trying to reach /large.dir/tamerlane2.html should be met with a 404, but with a link to the new location*. For some reason that didn't work right here (and that's what Fergus was replying to me about, though I don't see any extraneous ItemIDs that could be causing the issue).

For now, I've just put the html file back, so that it appears at the original address; the information in the database has however been moved to this new "member-submitted" page: comments, favorites, etc. are all attached here and will not appear on the html page (and cannot be added there, because that page no longer has an ItemID). The new page can be accessed (and edited!) at https://www.chessvariants.com/rules/Tamerlane2, but it ought to be at /rules/TamerlaneII, matching the ItemID.

(* I think even nicer could be a 301 page and perhaps an automatic redirect, but we hadn't talked that bit through yet)

Also happy birthday! (though maybe I've missed the cutoff in your time zone...)


💡📝Jean-Louis Cazaux wrote on Mon, Dec 26, 2022 07:52 AM UTC in reply to Jean-Louis Cazaux from Sun Dec 25 05:26 PM:

Hi there. Yesterday it was Christmas and as a gift the page presenting Tamerlane II, one of my games, has been removed. By accident I believe. Now it's a 404.

Today, it's my birthday. As a present I would be very glad if one editor will be kind enough to restore this page. I'm not responsible for its removal, it is not fair that it stays like that. I know editors are busy with a conversation on svg, png pieces for which I don't get really the importance, but for me it matters that the page which was presenting my game is back!

Thank you so much and happy birthday to me :=)


💡📝Jean-Louis Cazaux wrote on Sun, Dec 25, 2022 05:26 PM UTC in reply to Fergus Duniho from 02:58 AM:

@Fergus: are speaking to me? Or Ben?

I don't know, guys I don't understand what you are doing. I don't know what editorial work was needed. I just remember the page for Tamerlane II was old and needed to be updated. I did it several months ago and we had agreed that the solution was to have a new page, the old one was getting 404 and an instruction to redirect to the new one.

But now both are getting 404 and without seeing them I don't remember which one was the old and which was the updated.

Could you get back as it was 2 days ago?

Thank you


🕸Fergus Duniho wrote on Sun, Dec 25, 2022 02:58 AM UTC in reply to Ben Reiniger from Sat Dec 24 10:46 PM:

You'll have to make sure the database has only one name for this page. Track down the one you want to replace and give it the other ItemID.


Ben Reiniger wrote on Sat, Dec 24, 2022 10:46 PM UTC:

@Jean-Louis A fair amount of the editorial work here can be done through the forms on this website, and so don't require file transfers and such. But updating an old html page requires that (or at least sending the html file to an editor who can), and migrating an html game page to the database requires that plus some more technical work.

Indeed, I must have done something wrong in the migration. At least the current home of the page in the database appears to be fine. But the old page /large.dir/tamerlane2.html tries to redirect to /rules/TamerlaneII (which I think should be correct; that's the ItemID I set up everywhere) but that gets a 404 as well; instead, I get access to the DB version of the page here at /invention/tamerlane2.
@Fergus?


🕸Fergus Duniho wrote on Sun, Dec 4, 2022 07:43 PM UTC in reply to Jean-Louis Cazaux from 06:14 PM:

all editors here are experts and skilled in computer science.

You are an expert in Chess variants, and not all editors are skilled in computer science. As the webmaster, I have to know my way around computers, but when it comes to editing pages, that doesn't require any computer skills.

To start with SCP or SFTP are completely unknown to me.

SCP and SFTP are just modern alternatives to FTP, which you must have been using when you were an editor before. SCP stands for Secure Copy Protocol, and SFTP stands for Secure File Transfer Protocol. Each works the same way as FTP and just requires you to use a program that supports it.


💡📝Jean-Louis Cazaux wrote on Sun, Dec 4, 2022 06:14 PM UTC in reply to Fergus Duniho from Sat Dec 3 05:12 PM:

It will be a pleasure if it could help but I'm afraid it won't. The reason is that all editors here are experts and skilled in computer science. Often, I don't even understand what you are talking about. To start with SCP or SFTP are completely unknown to me.

To come back to my question, we had the same discussion sometimes ago for Shako (see the comments at this page). Ben Reiniger helped for that. You were speaking of a "migration" then. It would be nice if authors of ancient pages could edit their pages without passing by the step of being editors of the CVP.

Thanks


🕸Fergus Duniho wrote on Sat, Dec 3, 2022 05:12 PM UTC in reply to Jean-Louis Cazaux from 08:28 AM:

You can if you become an editor, as it will require SCP or SFTP access to the site. Since you are one of the earliest editors for this site and a published author on Chess variants, I have no objection to reinstating you as an editor if you so wish.


💡📝Jean-Louis Cazaux wrote on Sat, Dec 3, 2022 08:28 AM UTC:

Although I am the author of this page, as it is an old one I have no possibility to edit it. May I be given the right to do so by Fergus or an editor? Thanks a lot.


H. G. Muller wrote on Thu, Oct 13, 2022 09:40 AM UTC:

The King's Succession rule is now also supported by the AI of the Interactive Diagram: a new parameter 'succession' can be used to specify which piece type can swap with the King in case the latter has no other legal move to escape check. The easiest way to see this in action is to set up a position where checkmate can be delivered (e.g. move a white Pawn to c4 and Prince to c5, the black King to a5), switch on the AI, and deliver the 'checkmate' (Prince c5-b5). The AI will then swap the King with one of his Princes.


💡📝Jean-Louis Cazaux wrote on Tue, Jan 11, 2022 07:48 PM UTC in reply to H. G. Muller from 05:07 PM:

Yes indeed, if I update this page I wish to keep the diagram too, it's very nice to have it. Thanks


H. G. Muller wrote on Tue, Jan 11, 2022 05:07 PM UTC in reply to Jean-Louis Cazaux from 04:12 PM:

OK, I see. But the Diagram is intended as a means for practicing the variant that people have just read the rules of in the article, so I think it would be bad to surprise them with other rules. If you manage to correct the article, I will adapt the Diagram accordingly. Of course it would be better if you included the Diagram in the main page of the article; then it will not be pushed into oblivion by later discussions like this one. And then you can correct the Prince move yourself.


💡📝Jean-Louis Cazaux wrote on Tue, Jan 11, 2022 04:12 PM UTC in reply to H. G. Muller from 01:52 PM:

Exact HG, I had not realized that. This is the consequence of the fact that I can't edit this page like I do with my other games. (I have the same problem with Shako).

This page on our site is not updated. The updated page is here http://history.chess.free.fr/tamerlane2.htm

If I could I would update the page on CVP too. I could then explain why this evolution.


H. G. Muller wrote on Tue, Jan 11, 2022 01:52 PM UTC in reply to Jean-Louis Cazaux from Sat Jan 8 06:47 PM:

I was looking to this Interactive Diagram (thanks HG). The Prince's move is not correct. It is not K. It should be KimfnD.

The description in the page says K, so that is what I use in the Diagram.


💡📝Jean-Louis Cazaux wrote on Sat, Jan 8, 2022 06:47 PM UTC in reply to H. G. Muller from Mon Nov 21 2016 06:36 PM:

I was looking to this Interactive Diagram (thanks HG). The Prince's move is not correct. It is not K. It should be KimfnD.


💡📝Jean-Louis Cazaux wrote on Sat, Mar 13, 2021 10:02 PM UTC in reply to Daniel Zacharias from 08:17 PM:

A very old variant of mine. King can switch only with Prince, so unpromoted, not with Queen. So the player has to decide if he promotes his Prince or not.


Daniel Zacharias wrote on Sat, Mar 13, 2021 08:17 PM UTC:

Is the King permitted to switch places with a Queen or only with an unpromoted Prince?


25 comments displayed

Later Reverse Order EarlierEarliest

Permalink to the exact comments currently displayed.