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

Kagamigi. Shogi variant featuring pieces biased toward the center. (9x9, Cells: 81) [All Comments] [Add Comment or Rating]
A. M. DeWitt wrote on Sun, Jan 28 01:56 AM UTC:

Your using the wrong file for the diagram. For the morph trick to work, you need to use the betzaNew.js file.

You can also put in this code between the betzaNew call and the diagram definition to achieve the same effect without needing to change the Tokin's ID (also requires betzaNew.js):

<script>
function pieceTinker(m, d)
{
  piece = m[-6] & 511;
  if((piece == 1) && d == 0) { m[-1] = (m[-6] & 1024 | piece + promoOffset); return 2; }
}
</script>