chessboardjs icon indicating copy to clipboard operation
chessboardjs copied to clipboard

9x9 board

Open Marino108 opened this issue 7 years ago • 1 comments

Hello,

Why are squares showing up like this?

9x9_board

Marino

Marino108 avatar Mar 20 '18 11:03 Marino108

chessboardjs supports only 8x8 boards.

#198 asks for a similar feature. PR #199 adds an ability to create boards smaller than 8x8. It's trivial to extend it for 9x9 boards (going above 9x9 is a bit more involved).

ivan444 avatar Aug 30 '20 13:08 ivan444