Check out Grant Acedrex, our featured variant for April, 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 ]

Ratings & Comments

LatestLater Reverse Order EarlierEarliest
Asylum Chess. 3 new unique pieces: fire-through rooks, double-capture knights, leaping bishops. (10x10, Cells: 100) [All Comments] [Add Comment or Rating]
🕸Fergus Duniho wrote on Thu, Nov 24, 2022 04:12 PM UTC in reply to H. G. Muller from 08:09 AM:

The problem is that the Notes section includes some TEXTAREAs of its own, and when the first one closes, it closes the TEXTAREA the Notes HTML is being displayed in.


Caïssa Britannia. British themed variant with Lions, Unicorns, Dragons, Anglican Bishops, and a royal Queen. (10x10, Cells: 100) [All Comments] [Add Comment or Rating]
🕸💡📝Fergus Duniho wrote on Thu, Nov 24, 2022 03:55 PM UTC in reply to H. G. Muller from 09:38 AM:

Okay, it's looking good.


Accelerated Chess. Accelerating chess with a new board. (10x8, Cells: 80) [All Comments] [Add Comment or Rating]
💡📝Max Koval wrote on Thu, Nov 24, 2022 12:03 PM UTC:

The text was rewritten and the graphics were fixed. It is ready.


Caïssa Britannia. British themed variant with Lions, Unicorns, Dragons, Anglican Bishops, and a royal Queen. (10x10, Cells: 100) [All Comments] [Add Comment or Rating]
H. G. Muller wrote on Thu, Nov 24, 2022 09:38 AM UTC:

@Fergus: I have moved the Interactive Diagram that was somewhere down in the comments section into your article, replacing the diagram of the initial setup. (Your original image is still there, within <noscript> tags for those who have JavaScript disabled.) It tried to mimic the original image as much as possible, without resorting to a dedicated background image of the whole board. I hope this is OK with you.

(N.B. Flush the browser cache to use the latest Diagram script, as the previous one did not 'bleach' the dark color for the odd files when displayiong a move diagram.)


ChessVA computer program
. Program for playing numerous Chess variants against your PC.[All Comments] [Add Comment or Rating]
Aurelian Florea wrote on Thu, Nov 24, 2022 08:26 AM UTC:

Hello Greg,

I have 2 questions:

  1. How does the colourbound pieces bonus/penalty work when more pairs of colourbound pieces are involved?
  2. Does the endgame value of a piece influence opening exchanges, or is it just the middlegame value?

Asylum Chess. 3 new unique pieces: fire-through rooks, double-capture knights, leaping bishops. (10x10, Cells: 100) [All Comments] [Add Comment or Rating]
H. G. Muller wrote on Thu, Nov 24, 2022 08:09 AM UTC:

For some reason it is not possible to edit this article through the [edit content] link editors will see at the bottom of the page. That is, you get to the edit form, but when you press the 'Send' button nothing happens. I had no such problems with oter articles.


Who is Behind the Chess Variant Pages?. The editors, past editors, contributors, and inventors behind this site.[All Comments] [Add Comment or Rating]
🕸📝Fergus Duniho wrote on Wed, Nov 23, 2022 03:53 PM UTC in reply to H. G. Muller from 08:43 AM:

Is there a place where editors report their acivities, so that the other current and future editors knows what is being done?

I usually report my activities on relevant pages. There is no centralized place for this. If you want to, you could post what you're doing to your profile, since posting comments to profiles is now doable.


H. G. Muller wrote on Wed, Nov 23, 2022 08:43 AM UTC:

Is there a place where editors report their acivities, so that the other current and future editors knows what is being done?

I have strated moving Interactive Diagrams from comments into the article's page as main diagram. The first six of the list of playable Diagrams are already done. In this process I sometimes need to upload dedicated graphics for the page (for the static image in <noscript> tags). Not all pages seem to have a directory for that, probably because some did not have any graphics at all. In this case I create a directory for those in the /membergraphics/ directory, with a name starting with MS or ML (the latter for link files), plus the name of the variant (spaces squaeezed out).

I also made a few new alfaerie SVG pieces (thief, general, airplane, quickpawn), and added those to the alfaerieSVG page. I rendered those as 50x50 and 35x35 to put them on the respective alfaeriePNG pages, where I also added knightgeneral and camelrook renderings (which already existed as SVG, but not as PNG).


H. G. Muller wrote on Tue, Nov 22, 2022 05:03 PM UTC in reply to Gerd Degens from 04:28 PM:

I see little reason for users to discuss privately with a specific editor. If there is an issue it would be better if all editors are aware of it, and can give their opinion. I read here just as often as I read my e-mail.


Gerd Degens wrote on Tue, Nov 22, 2022 04:28 PM UTC in reply to Fergus Duniho from Sat Nov 19 10:26 PM:

I added H. G. Muller as an editor and made a note about our inactive editors.

Dear H.G. Muller, can you be congratulated for joining the editorial circle? You have my congratulations.

May I ask if you want to continue to be rated as 'private' in an email contact? You are the only editor who has listed his email address as 'private' ( This member's email address is private).

It is certainly important for some users to be able to contact you directly. What do you mean?


Mansindam (Pantheon Tale). A variant that combines 'drop' rule and strong pieces, and there is no draw. (9x9, Cells: 81) [All Comments] [Add Comment or Rating]
💡📝Daphne Snowmoon wrote on Tue, Nov 22, 2022 12:41 AM UTC:

https://pychess-pr-657.herokuapp.com/

Mansindam has been temporarily added to Pychess!


Suzumu Shogi. 16x16 variant based on Tenjiku Shogi. (16x16, Cells: 256) [All Comments] [Add Comment or Rating]
💡📝A. M. DeWitt wrote on Tue, Nov 22, 2022 12:23 AM UTC in reply to H. G. Muller from Mon Nov 21 09:14 PM:

Here is the BadZone function's code:

function badzoneZone(x2, y2, piece, color, x1, y1, ex, ey) {
  if(touched) return 0; // not during ShowMoves()
  if(piece == 35 || piece == 65 || piece == 66) // Fire Demons and Heavenly Tetrarches
  {
    evic = (ex >= 0) ? board[ey][ex] & 511:-1;  // intermediate square
    if(evic == 35 || evic == 65 || evic == 66) { // Problem area
      if((x1 == x2 && y1 == y2) || (ex == x2 && ey == y2)) return 0; // Allow direct capture or igui
        else return 1; // else reject
      }
    }
    return 0;
  }
}

Eventually I hope to make it so that burning pieces cannot burn each other at all.

You can view a diagram with this function implemented here.


H. G. Muller wrote on Mon, Nov 21, 2022 09:14 PM UTC in reply to A. M. DeWitt from 08:58 PM:

Well, I would like to see the BadZone code. But you can just post it as a comment as well.


💡📝A. M. DeWitt wrote on Mon, Nov 21, 2022 08:58 PM UTC in reply to H. G. Muller from Sun Nov 20 04:45 PM:

I can make a revision with the BadZone code in it if you want.


💡📝A. M. DeWitt wrote on Mon, Nov 21, 2022 01:06 AM UTC in reply to H. G. Muller from Sun Nov 20 04:45 PM:

Yes, (though this extends to burning pieces in general) and the BadZone code from the last version mostly worked (if you include "in addition to burning another piece"), but like I said earlier, the section testing the evic value (the intermedate square) caused parts of the Demon's area move to disappear when they were within one rank of each other, so I decided to just remove the restriction altogether so I didn't have to worry about it. I think I'll wait until the new function that combines BadZone, WeirdPromotion, etc. is finished.


Chess 66. Board based on the 8x8 arrangement - with the difference that 66 fields are now available. (8x8, Cells: 66) [All Comments] [Add Comment or Rating]
🕸Fergus Duniho wrote on Mon, Nov 21, 2022 12:59 AM UTC in reply to H. G. Muller from Sun Nov 13 08:24 AM:

The definition of the Knight move is not correct. On an undistorted board it would allow the Knight to also move like Wazir or Ferz. This could be fixed by also excluding moves that are reachable in a single step.

I missed that before, but you are correct. I can rewrite it like this:

The Knight can leap directly to any space that could be reached in two one-space moves except for those reachable by a Rook or Bishop. Since it's a one-space move from A4 to b4 or from H5 to g5, a Knight on A4 or H5 can leap further away than a Knight can normally leap.


Max Koval wrote on Sun, Nov 20, 2022 10:57 PM UTC in reply to H. G. Muller from Tue Nov 15 08:01 AM:

@H. G. Muller, I actually found this variant to be quite interesting to play, especially since the only difference here is the two modified rows and two additional fields, which affect the playing process dramatically enough without much change from the initial chess properties.


Chu Shogi. Historic Japanese favorite, featuring a multi-capturing Lion.[All Comments] [Add Comment or Rating]
🕸Fergus Duniho wrote on Sun, Nov 20, 2022 06:21 PM UTC:

I made an Alfaerie set for Chu Shogi that makes use of Jeremy Good's pieces. I reversed the colors, so that dark pieces are used for Black and white pieces are used for White.


Interactive diagrams. Diagrams that interactively show piece moves.[All Comments] [Add Comment or Rating]
💡📝H. G. Muller wrote on Sun, Nov 20, 2022 06:09 PM UTC in reply to A. M. DeWitt from Sat Nov 19 10:26 PM:

It seems that the new move handler isn't updating the part of the diagram that shows which piece is selected.

Ah yes, it wasn't. I now fixed that too.


Game Courier. PHP script for playing Chess variants online.[All Comments] [Add Comment or Rating]
A. M. DeWitt wrote on Sun, Nov 20, 2022 04:55 PM UTC in reply to Fergus Duniho from 04:41 PM:

That was what I was thinking as well, and given that the rest of the code is fine, we are probably right. Unfortunately, simply getting rid of that clause won't really solve the issue. The Heavenly Tetrarch has a unique mechanic that causes it to jump over the first square it travels over, so the preset needs to take that into account. It might be possible to get rid of it with clever use of the cond statemenet though.

Edit: Turns out I was using the wrong variables to account for the distance of the first part of the move. The values of origin and dest were updated before the move was evaluated, so the distance would always be 1 and the move would thus get rejected. I fixed this by using ori and dst instead, which stay the same for all parts of the move.


Suzumu Shogi. 16x16 variant based on Tenjiku Shogi. (16x16, Cells: 256) [All Comments] [Add Comment or Rating]
H. G. Muller wrote on Sun, Nov 20, 2022 04:45 PM UTC in reply to A. M. DeWitt from 04:39 AM:

So the problem is that the Tetrarch should not be able to capture another Tetrarch when it lands on a square next to it, but should be able to capture it when it was already standing next to it, without moving? In addition to capturing one other piece?


Game Courier. PHP script for playing Chess variants online.[All Comments] [Add Comment or Rating]
🕸💡📝Fergus Duniho wrote on Sun, Nov 20, 2022 04:41 PM UTC in reply to A. M. DeWitt from 03:12 PM:

I see that your HT subroutine has a line where it refers to origin and dest instead of to #from and #to. That may be where your bug lies.


Stone Garden Chess. The animal statues in the stone garden came to life and attacked the two rival kings! With the help of a policeman each, they…. (8x8, Cells: 64) [All Comments] [Add Comment or Rating]
H. G. Muller wrote on Sun, Nov 20, 2022 04:15 PM UTC in reply to Diceroller is Fire from 03:14 PM:

Thx, but about moving of previous version of Ox, it’s just historic note.

If you want to make historic notes about Horizons, the Horizon article would be the place to do it. Not the article about another Chess variant. People intersted in Horizons might never look here, people interested in Stone Garden Chess might not be interested in Horizons, let alone in its history.


ChessVA computer program
. Program for playing numerous Chess variants against your PC.[All Comments] [Add Comment or Rating]
Aurelian Florea wrote on Sun, Nov 20, 2022 03:56 PM UTC in reply to Greg Strong from 03:37 PM:

Thanks, Greg!


📝Greg Strong wrote on Sun, Nov 20, 2022 03:37 PM UTC in reply to Aurelian Florea from 12:34 PM:

How can I add evaluations for the maasai pawn pushes?

You can set the Forwardness Piece-Square-Table componenets.  For the regular Pawn type, it is 7 midgame and 10 endgame.  For user-defined pieces it's 0.  So you can set PSTMidgameForwardness=7 and PSTEndgameForwardness=10 to make it consistent with the Pawn.

You can look at the PSTs in the piece properties.  And you'll need to restart the program after making changes to an include file.  They are parsed at startup.


25 comments displayed

LatestLater Reverse Order EarlierEarliest

Permalink to the exact comments currently displayed.