Skip to content
SirSerje edited this page Apr 17, 2018 · 4 revisions

Welcome to the nextiva-chess-game wiki!

Short notes:

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 😈

Clone this wiki locally