WandererXII / shogiground

Mobile/Web shogi UI for lishogi.org
https://lishogi.org
GNU General Public License v3.0
15 stars 6 forks source link

Fix square rendering for non-square boards #10

Closed Marken-Foo closed 7 months ago

Marken-Foo commented 8 months ago

Non-square boards previously had buggy square highlighting (lastDest, selected, etc) when the board was flipped. Adjusted the renderSquares() method in wrap.ts to fix this, and made HTML and CSS for a 9x10 board to demonstrate.

WandererXII commented 7 months ago

Thanks!