Check out Glinski's Hexagonal Chess, our featured variant for May, 2024.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

Conquer. Captured pieces change sides immediately, occupying the square the capturer moved from. (8x8, Cells: 64) [All Comments] [Add Comment or Rating]
H. G. Muller wrote on Thu, Apr 13, 2023 06:14 PM UTC:

Implementing the rules was as easy as I thought; it only required a custom script of 5 lines. (But I did not implement resurrection of an e.p. captured Pawn.)

Unfortunately that does not mean the AI can actually play it. The problem is that the AI does not truly recognize repetitions. It only discourage reversing your previous move. And it does not test for that on captures (which normally can never repeat a prior game state). Even if it did, it would test the wrong thing, as repetitions here repeat the previous move of the same player, rather than reversing it.

The consequense of this is that in the search it will at somepoint quickly encounter a position where perpetual recapture is possible. And since recaptures are always searched, no matter how deep the search already went, this leads to an infinite regression that crashes the program.

I will have to think whether there is an easy solution to this.

satellite=conquer ranks=8 files=8 maxPromote=0 promoZone=1 promoChoice=QNBR graphicsDir=/graphics.dir/alfaeriePNG/ squareSize=50 symmetry=mirror firstRank=1 lightShade=#FFFFCF darkShade=#70B09F rimColor=#0F0F90 coordColor=#EFEF1F whitePrefix=w blackPrefix=b graphicsType=png useMarkers=1 borders=0 newClick=1 royal=-1 stalemate=win pawn::::a2-h2 knight:N:::b1,g1 bishop::::c1,f1 rook::::a1,h1 queen::::d1 king::KisO2::e1