-
Notifications
You must be signed in to change notification settings - Fork 0
Home
SirSerje edited this page Apr 17, 2018
·
4 revisions
For ChessboardComponent.js player1 always mean white side'.
Action makeMove(FEN string) receives new move state send to store without any verification.
FEN string - short notice about current position of all figures on board, player's turn, etc.
All verification stuff relies on chess.js library, otherwise bugs await you 😈