Comments/Ratings for a Single Item
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.
thanks for the advice.
I have modified accordingly
Looks good, save for a few errors:
---------------------
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
---------------------
Promotion/Drop Errors
---------------------
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)
Both Pawns in the hand spaces can be selected when multiple Pawns are in the hand)
It should be ok now
Looks like it. I have uploaded the new version to the site and have adapted them so the implementation will work properly with the CVP files.
Note that the SVG for laser cutting is updated with a rabbit.
Also the doc has been improved a bit in jocly.
Thanks.
Out of curiosity, what program did you use to make the Seireigi Jocly sprites?
I am trying to fix a visual bug involving the 2d Kanji kings in Seireigi's implementation. The King with the extra stroke in the 2D Classic set is used for the player that moves second, when it should be used for the player that moves first.
I use gimp. if the general of jade should be white (player a), it could be changed in seireigi-shogi-model.js
keep me posted I'll have to make the change too.
You should only have to swap the King kanjis in the 2D Classic Seireigi sprites.
For the 3D pieces its as simple as swapping "sh-king" and "sh-jade" in the 3D piece definitions in the *-view.js files, so no problem there.
P.S. What I said above also applies to the Shogi Jocly implementations that use the King kanji on the biscandine site.
P.S.S. Also you have two extra rooks in your laser cutter SVG.
you can also swap the 2d in the same *-set-view.js
It not clear to me, when there's an apostrophe, it's the general of jade that corresponds to the blacks, right?
It not clear to me, when there's an apostrophe, it's the general of jade that corresponds to the blacks, right?
In kanji sets, the player that moves first always has the King with the extra stroke. And it is true that the player who moves first is called Black (or Sente) in Shogi. It's just that in Jocly and the Mnemonic sets by H. G. Muller, the player that moves first has the white piece images by convention to make it easier for chess players.
I made the modification on my branch,
I'll wait to see if HGM wants us to do the same on the branch that will go into jocly.
The Wikipedia has it that the player with the weakest player has the Jade General, and the strongest player the King. I am not sure if and how we should implement that in Jocly.
I'll send you an updated pictogram spritesheet that you can use. Currently, the pictogram images still have the Kanji for the Kings since they are pulling from those locations.
Here is my updated version of your spritesheet. (For best results, clear browser cache before downloading)
I also took the opportunity to clean up stray pixels in your other shogi spritesheets.
www.chessvariants.com/membergraphics/MSchuseireigi/jocly-shogi-sprites.zip?nocache=true
do you want me to replace the sprites Adam just sent for shogi on the pullreq branch?
ok, taken into consideration
I also updated the seireigi-sprites file one more time so that the promoted Kanjis are all facing the right way.
www.chessvariants.com/play/jocly/dist/browser/games/chessbase/res/shogi/seireigi-shogi-sprites.png
P. S. GIMP is awesome.
I have done it but not sure it is a good idea because if you use "view as player B". It won’t be correctly oriented.
I have done it but not sure it is a good idea because if you use "view as player B". It won’t be correctly oriented.
Well, that problem was kind of already baked in to begin with, unless you used a separate piece style like you do with the Shogi Motif pieces on the biscandine site.
The point is to make sure all the 2D Kanji are oriented correctly on the biscandine site. Anyone who has played Shogi long enough would immediately notice something was wrong with the second player's promoted minor pieces if they used the 2D Classic set for Seireigi.
22 comments displayed
Permalink to the exact comments currently displayed.
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?