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

@ Fergus Duniho[All Comments] [Add Comment or Rating]
🕸Fergus Duniho wrote on Mon, Jan 22 06:13 PM EST in reply to A. M. DeWitt from Sun Jan 21 09:58 PM:

I have now updated the CSS method for rendering square boards to work with Shogi and other games with similar boards. These boards used the same coordinates for the two null files separating the board from the in hand areas. Since the CSS method was identifying each grid cell by its coordinates, this was causing duplication that was throwing things off. To fix this, I did the layout in terms of the integers used to represent coordinates internally instead of the notational coordinates used in the game.