shubhendusaurabh / draughts.js

A Javascript draughts/checkers library for move generation/validation, piece placement/movement, and draw detection
Mozilla Public License 2.0
27 stars 11 forks source link

Can we add implementation for the 8x8 board? #9

Open austinpower1258 opened 2 years ago

austinpower1258 commented 2 years ago

Love the package! It would be really cool if we could adjust the board size to either 8 or 10, since draughts is also commonly played on 8x8 boards.

shubhendusaurabh commented 2 years ago

It is possible but will require a lot of changes as bitboard will need to be configured for 8x8 board.