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

Enter Your Reply

The Comment You're Replying To
Kevin Pacey wrote on Thu, Dec 10, 2015 03:45 AM UTC:
This year top human Arimaa players (including 2 world champs) were beaten
by a computer program, seemingly ending the hopes of that game of remaining even remotely computer resistant. That is, unless humans come up with fresh strategies for the game, but I suppose it is no longer as easy to do that since Arimaa is not such a novel game anymore. 

Based on what I've seen on the web, Arimaa had many attributes that at
least one of its champions thought might make it computer resistant. IMHO
it lacked being played on a board significantly larger than 8x8, which
might have helped since in the case of Go, so far it seems clearly the
larger the board size, the better. 

In Go, I would note that the number of legal moves is not excessively
large, even in the opening phase. Go has the advantage over chess that
there is no king or more than one type of piece, making it tougher for a
computer to evaluate a given position. I've also read that a good Go player can at times easily assess how important a single stone might be for 100 ply ahead, by contrast. This helps with both evaluation and pruning any search tree of moves not worth looking at very deeply.

My own guess is that for chesslike games board size could be important, and having a larger number of moves available on average than in chess could help too. Having Shogi-like drops would help greatly increase the average number of moves, and such can be visualized more easily in a way IMHO than some complex long range [fairy]chess piece movements. 

A problem with drops is that computers can visualize checkmating sequences
of moves better than humans, but this problem would vanish if a player can
drop a piece only on his own half of the board, assuming a variant that is
similar to Shogi. Shogi programs at the moment are close to top human skill level afaik, but a larger board variant and a suitably modified drop rule (if necessary) might make for one type of variant that may be computer resistant for some years to come, I would guess.

All this assumes that alpha beta or some sort of tree searching with modern computers would be
used, but there could be fresh danger for humans when vs. engines if neural net programming becomes sufficently advanced, or practical quantum
computers become available, especially to the general public.

A while ago I saw a variant on this website that was a cross between chess
and Go, in that some sort of checkmate was possible, and there were example games that
lasted a reasonably short number of moves, like for standard chess. If
someone can find it (whether or not before me), perhaps it can be assessed
as to whether it might possibly be just one chesslike variant that is computer resistant. Meanwhile, I had
some faint hope that some of my invented variants (or anyone else's) might
prove computer resistant, if any ever become popular enough to attract the
attention of serious programmers. All my invented variants to date are now
listed on this website fwiw.

edit: The game I'm thinking of is Gess, where in fact no checkmate ever occurs. Thus, not what I had in mind to be a chesslike game, but it still looks interesting otherwise:

http://www.chessvariants.com/crossover.dir/gess.html

Edit Form
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.