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

Enter Your Reply

The Comment You're Replying To
Aurelian Florea wrote on Tue, Apr 16 01:01 PM UTC:

This Thread is about games that contain the joker(imitator, jester, fool) piece. The joker piece is here a piece that does not have a move of it's own but borrows the last move of the opponent. It has no other abilities (unlike the one in omega chess), not even double pawn move, en passant or promotion, ability to castle etc. .

The main problem I am facing is that with increased number of piece types (which comes naturally on larger boards) it becomes increasingly powerful. I fear it becomes game breaking. I'm stuck in designing my new games as this piece is also difficult to program (more on this later). Each of the games I am designing has a heavy cavalry piece pair and a light cavalry piece (leapers- their exact abilities are not important now), a bishop pair, a rook pair, a war wagon (as I have renamed the well known falcon), a bent rider, a leaper+slider compound, a queen and of course the royal king. What I have observed by playing against the interactive diagram is that after some pawns and minors are exchanged the joker finds rather easily a central or near central position where it seems almighty. True that the opponent has a joker, too, but it is quite often when one joker paralyzes more pieces than the other. So to me it seems that the joker inserts in the game more a random thing than a good strategy reward. I have to mention that in orthodox chess I have a 1500 rating after the recent increase. Probably stronger players will feel differently. I though of having instead of one all imitating joker to have one that has it's power updated when the enemy moves a light piece and one that has it's power updated when the opponent moves a heavy piece. But this makes a game that already has a steep learning curve into something with an even greater learning curve. I'm writing this in hope for new opinions about including joker in increasingly large games.

On the programming side of things, games that have jokers are more difficult to program. And not because it's move power is difficult to program. I was able to go myself as far, but not further. It is a piece extremely difficult to evaluate. It has been proposed here to aproximate the piece value with the average strength of the enemy pieces. But this does not do it justice. The number of enemy piece types should play a role especially in games where there are many types of piece types like in those I'm designing as mentioned above (riders, leapers, pathers, leapers+riders, bent riders etc.). Moreover chessV does not accept a joker imitating a war wagon (falcon). Some I'm stock only with the interactive diagram which is a poorer AI. I know HG works on something cooler in C++ if I'm not mistaking but this could take many months maybe years.

More I'm thinking of a 10x10 CWDA with jokers. But imitating an opponent's move does not seem like CWDA to me. So I'd go for a transferrer that trasfers the move of a fibnif to a waffle for example. All of these are reasons for why I'm contemplating to take out the joker and replace it with a more normal piece.

But I have reserves to doing that also. First as I have said above I am a merely 1500 chess player. What if introducing the joker is brilliant but I just can't see it. What I find random it is actually strategic for a better player. A NNUE program for example. Also the joker is fun and it offers many tactical possibilities.

For now the best course of action seems to me to make simulations with ChessV without a joker, say jokerless varaints of the variant. That to find out the real piece values when the joker is not involved. An then when HG's more sofisticated program becomes available, try to look at games with joker (never jokers, as many jokers also make each joker more powerful) and see if having a joker makes the games more strategic and tactical, or it makes the game feel more random.


Edit Form
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.