Check out Glinski's Hexagonal Chess, our featured variant for May, 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
Bigorra. A 16x16 board chess with all pieces from my variants. (16x16, Cells: 256) [All Comments] [Add Comment or Rating]
💡📝Jean-Louis Cazaux wrote on Thu, Mar 14 06:18 PM UTC in reply to Daniel Zacharias from 04:04 AM:

@Daniel: thank you. Yes it's veryyyyyyy long. I prefer it to Terachess too exactly for the same reasons. You play very well in co-ordinating those different powers.


Daniel Zacharias wrote on Thu, Mar 14 04:04 AM UTC:Excellent ★★★★★

This is very fun (but very long!) to play. I like it more than Terachess II because the extra pawn rank allows for more blocking and the very powerful pieces come singly instead of in pairs.


🔔Notification on Sun, Jan 28 04:12 PM UTC:

The author, Jean-Louis Cazaux, has updated this page.


💡📝Jean-Louis Cazaux wrote on Mon, Dec 11, 2023 07:38 PM UTC in reply to François Houdebert from 06:55 PM:

Very impressive!!!


François Houdebert wrote on Mon, Dec 11, 2023 06:55 PM UTC in reply to Jean-Louis Cazaux from 06:05 PM:

It is a link to the sources of the code,

To play : http://biscandine.fr/variantes/bigorra/tablier/browser/parametrer.html?game=bigorra-chess


François Houdebert wrote on Mon, Dec 11, 2023 06:53 PM UTC in reply to Jean-Louis Cazaux from 06:05 PM:

It is the link of the sources : You can play here : http://biscandine.fr/variantes/bigorra/tablier/browser/parametrer.html?game=bigorra-chess


💡📝Jean-Louis Cazaux wrote on Mon, Dec 11, 2023 06:05 PM UTC in reply to François Houdebert from 12:13 PM:

@François: is that the good link? I don't come to the jocly board when I click on it. I'm getting a directory and I am unable to see what to do.


François Houdebert wrote on Mon, Dec 11, 2023 12:13 PM UTC:

Here is a jocly implementation : https://github.com/fhoudebert/jocly/tree/bigorra

@HG Muller : 4 new fairy pieces might be interesting for you : mammouth, troll, hawk and griffon


💡📝Jean-Louis Cazaux wrote on Fri, Oct 6, 2023 09:10 PM UTC in reply to H. G. Muller from 06:42 PM:

Thanks HG. Very clear. As I said, I'm particularly tired, just coming back from a trip this week and I need to sleep more. I had forgot how "my" K moves! Thanks.


H. G. Muller wrote on Fri, Oct 6, 2023 06:42 PM UTC in reply to Jean-Louis Cazaux from Wed Jul 26 08:53 PM:

@HG: how come the Prince's value is estimated less than the King's one by the ID? Is the royal character adding points?

Well, somewhere deep down this topic thread you asked the question quoted above. The point is that you define the King as KimAimDimN. So a King that hasn't moved yet has potentially 16 more moves than a King that has moved, from the ADN part. The problem was that the Interactive Diagram was determining the King value as if it would always have those extra non-captures, no matter where it was on the board, or how many moves it had already made. Those extra moves caused it to value the King higher than it should have.

I guess HaruNY just used the Queen as an example; the more initial moves you add, the more the ID would overestimate the value. Basically it would have treated iQ as if it was a normal Q. And iQ provides a lot of moves.

All that should be solved now.

Of course it was never really a problem on the King, as the King was the only royal piece here, so its capture would not result in the score increasing by its estimated piece value, but would increase it to 'infinity'. Because you would have won the game. So the value of a royal piece would never be used, unless you had more than one, with extinction royalty, so that the game can go on after capture of one.


💡📝Jean-Louis Cazaux wrote on Fri, Oct 6, 2023 06:36 PM UTC in reply to HaruN Y from 06:15 PM:

Ah, thank you. Then, better say "unmoved", "virgin" can be understood in different ways.


HaruN Y wrote on Fri, Oct 6, 2023 06:15 PM UTC:

Virgin is an unmoved piece


💡📝Jean-Louis Cazaux wrote on Fri, Oct 6, 2023 06:13 PM UTC in reply to H. G. Muller from 05:03 PM:

HG, I might be tired or I don't know what, but I don't understand nothing. The question was talking about the Queen, you talk about King and Prince. And what is an initial non-capture? Why a King has 16 of them? And a virgin form? Sorry, if it is obvious for people, I have missed something.


H. G. Muller wrote on Fri, Oct 6, 2023 05:03 PM UTC:

This refers to your question why the the Interactive Diagram estimated a higher value for King than for Prince. This was actually a bug, which I thought I had fixed. But apparently I only fixed it in betzaNew.js, not in betza.js.

The problem was that for estimating the value it put the piece on the board (to count its moves) in the virgin form, rather than as a piece that has already moved. So the King always had all his 16 initial non-captures, why the Prince only has a single non-capture double push. Initial moves do not really contribute to piece value, so it should have placed the piece it was estimating on the board as a piece that has moved, so that the initial moves are not possible, and thus not counted.

I fixed this now. (Cache flush needed!)


💡📝Jean-Louis Cazaux wrote on Fri, Oct 6, 2023 03:22 PM UTC in reply to HaruN Y from 02:49 PM:

@HaruNY: I don t understand your question. Not even even sure it is a question or a remark. Which piece are you talking about?


HaruN Y wrote on Fri, Oct 6, 2023 02:49 PM UTC in reply to Jean-Louis Cazaux from Wed Jul 26 08:53 PM:

I know you're not asking me, but ID estimate a piece that can move like a Queen on the 1st move have the same value as a Queen


💡📝Jean-Louis Cazaux wrote on Thu, Sep 7, 2023 03:18 PM UTC in reply to Ben Reiniger from 01:55 PM:

@Ben: well, at the end of the day, it is not a bad exercice for me to code again the lines for the ID. It is an effort, but I should not complain too much, it's part of the fun. I had forgot about Fergus's history tool indeed, thanks for the reminder.


Ben Reiniger wrote on Thu, Sep 7, 2023 01:55 PM UTC in reply to Jean-Louis Cazaux from 05:24 AM:

Yikes, I'm sorry you've had to go through so much additional effort Jean-Louis.

Are you familiar with the version history tool Fergus added? It's under the Edit menu, and lets you view, compare, and restore previous versions of the page. It's sometimes a little fickle, though that might've just been related to a server move?...

Anyway, keeping local copies is probably a good idea.

We should restart a discussion around the text entry editor we're using, CKEditor. Switching to a new text editor would be painful, but we might be at the point to do it, if we can find something suitable. Or would it be enough to switch to Markdown as the default format? Or have HTML format work without CKEditor (keeping that just for WYSIWYG format)?


💡📝Jean-Louis Cazaux wrote on Thu, Sep 7, 2023 05:24 AM UTC in reply to Bob Greenwade from Wed Sep 6 10:30 PM:

In order to prevent that to happen again, I have saved every ID code of my games into a .doc file. I had 15 files to save, quite a lot, but, now I have a safe copy in case of accident again.


Bob Greenwade wrote on Wed, Sep 6, 2023 10:30 PM UTC in reply to Jean-Louis Cazaux from 09:44 PM:

I congratulate you on your patience. I'm not sure I couldn've done something like that so quickly.


💡📝Jean-Louis Cazaux wrote on Wed, Sep 6, 2023 09:44 PM UTC in reply to Jean-Louis Cazaux from 07:21 PM:

I re-made it and put it back. It costed me the full evening, about 3h.


💡📝Jean-Louis Cazaux wrote on Wed, Sep 6, 2023 07:21 PM UTC:

Aaaargh!!! Sht sht!!! This is a pain. I noticed that the indexing information for Bigorra was "timurthelenk". This is my alias. So, I edited the page, then I selected the editing of indexing information. Indeed, the case for the indexing information lies just above the case for entering the alias. I corrected the indexing information, then I saved.

At this moment I've seen that my browser was proposing to save my password with a new alias, which was exactly the text I had just entered as indexing information. I guess there is a mistake in the code which is mixing both fields.

But, more annoying, and without notice, the page was in the edit mode with a togle automatically set as WYSISWYG!!! For all sections!!! Too late, I've lost the ID diagram. This is a pain. It is a trap. I'm not a IS guy, so I won't probably be able to understand the reasons why, I just know that it is a pain. It is not userfriendly.


💡📝Jean-Louis Cazaux wrote on Fri, Jul 28, 2023 05:08 AM UTC in reply to Daniel Hancock from Thu Jul 27 10:09 PM:

Thanks (originally I had a 14x14 in mind). Corrected.


Bob Greenwade wrote on Fri, Jul 28, 2023 12:02 AM UTC in reply to Daniel Hancock from Thu Jul 27 10:09 PM:

I'm amazed that that one got past me....


Daniel Hancock wrote on Thu, Jul 27, 2023 10:09 PM UTC:Good ★★★★

16x16 is 256 cells not 196.


25 comments displayed

Later Reverse Order EarlierEarliest

Permalink to the exact comments currently displayed.