Comments by Armin Liebhart
Hello,
i'm putting my comment here, because i can't get through to the editors via e-mail.
I recently created two new rule enforcing presets for Mini Shogi and Judkin's Shogi and wanted to add them to the game courier game page, to make it possible for others to play them.
you can find them here:
https://www.chessvariants.com/play/pbm/play.php?game=Minishogi&settings=default
https://www.chessvariants.com/play/pbm/play.php?game=Judkin%27s+Shogi&settings=default
hopefully one of the editors reads this comment and can put them there, because the actual presets are bad or not working at all.
Sincerely,
Armin Liebhart (lunaris)
Thank you very much Ben,
one little note though, it appears that on the minishogi page it is not possible to choose my version, it's visible but i cannot click on the image, only on the button, which leads to the old version.
however it's possible to get to the mini shogi preset via judkin's shogi.
cheers,
Armin
I'd like to report a bug in a Game Courier Preset for Chess With Different Armies:
In this game between Aurelian and me (lunaris-cvgameroom-2021-48-645) on my turn 17, the preset concluded on check, even though it wasn't the case. It didn't impact the game, since my opponent took my piece anyway, but it could have, preventing him from doing another move. I read that the preset was created by Fergus, so maybe you find some time to look into that.
Thank you, Armin
Hello, for some reason i get the following error message in a game of judkin shogi:
Syntax Error on line 587
The cond operator requires at least three arguments.
Since that line is from the shogi include file, which i suppose was well checked, i don't know how i could possibly correct that. Who can tell me, what's the problem? I copy and paste the relevant part (from the pawndropcheckmate subroutine - even though i didn't use a pawn in my move) the relevant line is the one with an arrow.
sub pawndropcheckmate pawn spot:
my allies;
local king kingmoves black test to;
verify empty #spot and onboard #spot;
if == #pawn P:
set king where #spot 0 -1;
set black true;
else:
set king where #spot 0 1;
set black false;
endif;
verify == space #king cond #black k K;
set kingmoves merge leaps #king 1 0 leaps # 1 1;
for to #kingmoves:
------> if not cond #black islower isupper space #to or empty #to and onboard #to:
move #king #to;
set checked fn cond #black ATTACKEDBYW ATTACKEDBYB #to;
restore;
verify #checked;
endif;
Thank you, Armin
Hello Fergus, it's in this game: lunaris-cvgameroom-2022-24-568 when i now try to capture with my king (a1-b2) this happens. Maybe there's something else wrong in the rules enforcement, but it shows this error message. I created this file based on shogi, meaning i edited the shogi preset.
Thank you very much
8 comments displayed
Permalink to the exact comments currently displayed.