chess.js
chess.js copied to clipboard
Reversed board
Hello everyone, I did a multiplayer game in react native and i could not find any usefull info how to reverse the board for player two to see black pieces at bottom side . Manually board.reverse() does the job only visually , is there any ready to use function to do this or any guides ? Thank you.