[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Check out Janggi (Korean Chess), our featured variant for November, 2024.
Check out Janggi (Korean Chess), our featured variant for November, 2024.
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.