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

Enter Your Reply

The Comment You're Replying To
H. G. Muller wrote on Sat, Jun 13, 2020 02:25 PM UTC:

Yes, of course it is very weak. It searches only 2 ply, and that isn't even enough to see a mate-in-1 threat coming. You can switch it to 3 ply, but in a game as large as Chu Shogi that would probably already make it think too long. This is JavaScript, not a C program!

I am sure I could make a search that plays much stronger with the same number of nodes. I put this one together in two days. But that is not meant as an excuse: I intend this thing to be weak.  It is meant to be a demo for people that have never played the game before, and visit the page the diagram is on to learn about its rules, so they can have a sparring partner to get a whif of how the rules work out in practice.

Also note that it doesn't use any variant-specific knowledge other than the rules. It has to guess the piece values itself, and I am amazed of how reasonable these guesses appear to be. I made a version that also tries to weight in promotability, by making some weighted average of the values of base piece and promoted form, where the weight of the latter increases with the ease of its promotion and the relative gain of intrinsic value. That also looks reasonable, except that the current algorithm then puts an unexpectedly high value on the Lance. It seems this has the most favorable prospects for promotion, so that it assumes you would do your best to preserve it until it can actually promote, rather than lose it in tactics to clear the way for others. (Of course it doesn't realize the Lance is file bound, so that you really don't have much choice in the matter...). But now that I think about it, perhaps this is not such a silly thought. The Lance itself is pretty useless in combat, can reach the zone in a single move when the time comes, and a White Horse is one of the more valuable pieces.


Edit Form

Comment on the page Chu Shogi

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.