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

Later Reverse Order EarlierEarliest
Windrose Game. Members-Only Windrose Game also known as Danish Viking Chess. () [All Comments] [Add Comment or Rating]

Since this comment is for a page that has not been published yet, you must be signed in to read it.

Chu Seireigi. Variant of Chu Shogi playable with drops. (12x12, Cells: 144) [All Comments] [Add Comment or Rating]
François Houdebert wrote at 05:00 PM UTC in reply to H. G. Muller from 01:47 PM:

thanks for the advice.

I have modified accordingly


@ Bob Greenwade[All Comments] [Add Comment or Rating]
Bob Greenwade wrote at 03:00 PM UTC in reply to HaruN Y from 07:00 AM:

An army with your pieces. What'd you call this army?

If it's a CwDA set, probably "Mad Movers."

By the way, Chinoise Rose in problemist language is called Rao.

I should've suspected that it would be something that rhymed with the others.


Chu Seireigi. Variant of Chu Shogi playable with drops. (12x12, Cells: 144) [All Comments] [Add Comment or Rating]
H. G. Muller wrote at 01:47 PM UTC in reply to François Houdebert from 12:40 PM:

Should I add : Should I add " ##############" before and after?

Indeed, you should, because you want the extra hand ranks to be colored black as well.


@ Mirko Mirko[All Comments] [Add Comment or Rating]
Mirko Mirko wrote at 01:22 PM UTC:

Random Pocket Omega Chess

files=12 ranks=10 promoZone=2 shuffle=NBQCW promoChoice=NBRQCW graphicsDir=/graphics.dir/alfaeriePNG/ squareSize=50 graphicsType=png royal=K hole::::b1,c1,d1,e1,f1,g1,h1,i1,j1,k1,a2,l2,a3,l3,a4,l4,a5,l5,a6,l6,a7,l7,a8,l8,a9,l9,b10,c10,d10,e10,f10,g pawn:P:ifmnDfmWfceF:pawn:b3,c3,d3,e3,f3,g3,h3,i3,j3,k3,,b8,c8,d8,e8,f8,g8,h8,i8,j8,k8 knight:N:N:knight:d2,i2,,d9,i9 bishop:B:B:bishop:e2,h2,,e9,h9 rook:R:R:rook:c2,j2,,c9,j9 queen:Q:Q:queen:f2,,f9 champion:C:WAD:champion:b2,k2,,b9,k9 wizard:W:FC:moon:a1,l1,,a10,l10 king:K:KisO4:king:g2,,g9

Chu Seireigi. Variant of Chu Shogi playable with drops. (12x12, Cells: 144) [All Comments] [Add Comment or Rating]
François Houdebert wrote at 12:40 PM UTC in reply to H. G. Muller from 12:30 PM:

19 is the size of handLayout

boardLayout :
0: "##............##" ​
1: "##............##"
​2: "##............##"
​3: "##............##" ​
4: "##............##" ​
5: "##............##" ​
6: "##............##"
​7: "##............##"
​8: "##............##" ​
9: "##............##" ​
10: "##............##" ​
11: "##............##" ​
length: 12

Should I add : Should I add " ##############" before and after?


H. G. Muller wrote at 12:30 PM UTC in reply to François Houdebert from 11:54 AM:

Strange. 13 should be a valid index for an array of length 19. That means the array should have some internal elements that are undefined. What happens if you print

console.log( this.cbView.boardLayout )?


The Church Meeting. Members-Only A test of the strength of the archbishop using a unbelievable setup. (8x8, Cells: 64) [All Comments] [Add Comment or Rating]

Since this comment is for a page that has not been published yet, you must be signed in to read it.

Chu Seireigi. Variant of Chu Shogi playable with drops. (12x12, Cells: 144) [All Comments] [Add Comment or Rating]
François Houdebert wrote at 11:54 AM UTC in reply to H. G. Muller from 11:32 AM:

the array length is 19

NBROWS-row-1,row: 13, 0


H. G. Muller wrote at 11:32 AM UTC in reply to François Houdebert from 10:22 AM:

Uncaught TypeError: this.cbView.boardLayout[((NBROWS - row) - 1)] is undefined

This sounds like an out-of-bounds access on boardLayout. Are you sure you defined that array with sufficiently many ranks? To further diagnose the problem you could add console.log(NBROWS-row-1); just before the access to boardLayout in paintCells; then you could see in the console  what the offending value is.


François Houdebert wrote at 10:31 AM UTC in reply to H. G. Muller from 09:37 AM:

If you'd like to make an implementation of wa shogi, here are some unused jocly-compatible sprites that might come in handy.

To be seen if useful


François Houdebert wrote at 10:22 AM UTC in reply to H. G. Muller from 09:37 AM:

In that case : I get in 2d with pictos

Uncaught TypeError: this.cbView.boardLayout[((NBROWS - row) - 1)] is undefined
    paintCells chu-seireigi-view.js:1509
    paintChannel chu-seireigi-view.js:1530
    draw chu-seireigi-view.js:941

Would this come from using the draw function wrongly in my view : chu-seireigi-view.js ?

Note that I have the impression that with the modified version the result is satisfactory with or without extra hand ranks.

That's why I'd like your opinion on grid-board-view.js, because I thought it would be useful to transfer this modification to the pullreq branch for jocly.


H. G. Muller wrote at 09:37 AM UTC in reply to François Houdebert from 08:41 AM:

I think that all that is needed is to make the 'row' loop run from 0 to NBROWS, and remove the -NBVHND from

this.cbView.boardLayout[NBROWS-NBVHND-row-1][col]

 And then putting the extra hand ranks in the boardLayout defined in the game's view file. I don't think there are any other games yet that use extra hand ranks. I implemented that feature with Wa Shogi in mind.

The paintCells function is not involved in drawing the grid.

I had already looked at the sources, by looking at the chu-seireigi-view.js of the compiled version. Since you build Jocly without uglification all used source files are in there unmodified.


💡📝A. M. DeWitt wrote at 09:34 AM UTC in reply to François Houdebert from 08:41 AM:

Your current setup for this game looks way better, but I did notice a few errors were made while making the new version. I also noticed a bug in the Hectochess implementation.

---------------------
Chu Seireigi Setup Errors
---------------------

White Kirin and Phoenix are swapped from where they should be in the initial setup

Black King and Great Elephant are swapped from where they should be in the initial setup

---------------------
Chu Seireigi Promotion/Drop Errors
---------------------

Pawn, Lance, Running Rabbit, Knight, Gold General, and Great Elephant are currently allowed to promote immediately if they are dropped into the promotion zone (this should not be the case)

White Copper General is put in same place as Black Lion in hand spaces, resulting in the hand space setup looking asymmetrical (White Copper General should be placed between the Great Elephant and Running Wolf)

(Also, because of this bug, a "King" may sometimes appear in current hand space of extra White Copper Generals/Black Lions for some reason...though this thankfully doesn't affect anything)

---------------------
Hectochess Castling Error
---------------------

When attempting to castle, the Champion's starting squares (b2/b9 and i2/i9) and queenside Knight starting squares (c2/c9) are not checked to see whether a piece is occupying them or not.


François Houdebert wrote at 08:41 AM UTC in reply to H. G. Muller from 07:02 AM:

The change in paintCells was necessary because the grid wouldn’t display. May be that a better modification is possible, but I don't think I'm in a position to make it.

After a few modifications, current result

I don't know if you'd like to have a look at sources : latest to check grid-board-view.js


H. G. Muller wrote at 07:02 AM UTC in reply to François Houdebert from Wed Apr 24 09:15 PM:

I guess the drop model still needs some tweeking. The square painting on the hand ranks should be the same as that of the other hand squares. Now there seems to be no coloring at all, so that the rim texture shines through. I suppose the logical way to do this is that the square-painting array that has to be defined in the game's view file should include the extra ranks.

It is also not clear to me why the 'counter piece' in the lower-right corner is larger than the others.

[Edit] The array boardLayout defined in the view file is accessed in two places in grid-board-view.js, inside nested loops over rows and columns. The loop over rows was modified to skip the extra hand ranks. I suppose this was a bad idea; especially in the 'paintCells' function it should have run over all ranks, requiring the boardLayout to also specify how the cells in these extra hand ranks should be colored. There is a second routine 'paintInCoordinates' that also loops over all cells, which does more complex things and might need more subtle modification than just changing the loop limits. But it seems this function is not normally used.

The handLayout[-1] in the view file appears to have a 16 where there should be a 17, which causes misplacement of the 'counter piece' on 15 rather than 16.


@ Bob Greenwade[All Comments] [Add Comment or Rating]
HaruN Y wrote at 07:00 AM UTC:

An army with your pieces. What'd you call this army?

files=8 ranks=8 promoZone=1 promoChoice=NBRQ graphicsDir=/graphics.dir/ squareSize=50 graphicsType=svg symmetry=none royal=K firstRank=1 borders=0 rimColor=#000000 coordColor=#FFFFFF lightShade=#CCCCFF darkShade=#FFDB58 whitePrefix=svg/Greenwade/w blackPrefix=alfaerieSVG/b pawn:P:ifmnDfmWfceF:pawn:a2,b2,c2,d2,e2,f2,g2,h2,,a7,b7,c7,d7,e7,f7,g7,h7 knight:N:N:knight:,,b8,g8 bishop:B:B:bishop:,,c8,f8 rook:R:R:rook:,,a8,h8 queen:Q:Q:queen:,,d8 Limping Rook:L:(afafaf)Wafaf(afafaf)W:rook:c1,f1 Knighted Katana:S:NcafmC:katana:b1,g1 Gunship:G:FyafqFmRcpR:ship:d1 Wide Receiver:W:fbsQ[pomfW-bW-sW?qfF?qfR]:americanfootball:a1,h1 king:K:KisO2:king:e1,,e8

By the way, Chinoise Rose in problemist language is called Rao.


Chu Seireigi. Variant of Chu Shogi playable with drops. (12x12, Cells: 144) [All Comments] [Add Comment or Rating]
François Houdebert wrote on Wed, Apr 24 09:15 PM UTC in reply to H. G. Muller from 05:59 PM:

I gave it a try here. I think It looks better this way.
@Adam: apart from the adjustments linked to the changes, what do you think?


@ Bob Greenwade[All Comments] [Add Comment or Rating]
Lev Grigoriev wrote on Wed, Apr 24 07:36 PM UTC:

I still have Astra (Rosetta) on your queue, but also I’ve recently created Astromech (even squares diagonally or odd ones orthogonally, AA[W?DD]). Try to guess who is Astromech)


Seireigi. Variant of standard Shogi with promotable Gold Generals, as well as more varied and animalistic promotions. (9x9, Cells: 81) [All Comments] [Add Comment or Rating]
🔔Notification on Wed, Apr 24 06:12 PM UTC:

The author, A. M. DeWitt, has updated this page.


Chu Seireigi. Variant of Chu Shogi playable with drops. (12x12, Cells: 144) [All Comments] [Add Comment or Rating]
🔔Notification on Wed, Apr 24 06:11 PM UTC:

The author, A. M. DeWitt, has updated this page.


H. G. Muller wrote on Wed, Apr 24 05:59 PM UTC in reply to François Houdebert from 04:18 PM:

No, you have to write something like

Model.Game.handLayout[1] = [0,2,4,6,8,10,12,14,30,46,62,...];

if you want the first 8 'hand squares' for white to be at the bottom, and the rest along the right edge.


@ Bob Greenwade[All Comments] [Add Comment or Rating]
Bob Greenwade wrote on Wed, Apr 24 05:01 PM UTC:

The issues that the Tinkercad website is having recently may lead me to take a break after this weekend. Since the problem mainly affects new uploads, I may continue for a short while, but otherwise I'll just wait for the problem to be fixed.

I had already planned on only going to #366 (I'm running out of possible pieces to post), posting only occasionally afterward for extensions of sets, missed rotary counterparts, special requests, new discoveries, and so forth. I also had planned, if I hadn't done this already by then, to take the time to create an index of sorts that I could post as an article.


Bob Greenwade wrote on Wed, Apr 24 04:43 PM UTC:

281. Mei (Chinese Rose / Rao). If a Nao is a Chinese Nightrider, then could there be a Chinese Rose? Well, of course there could! Like the Nao, the Mei (the best translation into Chinese for the word "rose" that I could find*) moves without capture normally, but must jump over a hurdle to capture. It's just that the Mei moves like a Rose. (mqNcqpN)

I don't think a move diagram is needed in this case, since most of us here knows how the Rose moves. I can vouch that the above XBetza does work; I tried it out in the XBetza Sandbox, and it behaves just as intended.

As I was informed in a later reply, this piece is called a Rao by chess problemists.

Creating this led me to discover some serious design flaws with my original Rose piece, which I've now corrected on my own system and will upload some time soon (Thingiverse is still having problems.)

*I have no doubt -- and, in fact, much hope -- that someone well-versed in the language will correct me if I got it wrong.


Electro Chess. Members-Only Every piece has a charge, every square is an electric field. (9x9, Cells: 81) [All Comments] [Add Comment or Rating]

Since this comment is for a page that has not been published yet, you must be signed in to read it.

25 comments displayed

Later Reverse Order EarlierEarliest

Permalink to the exact comments currently displayed.