You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then it will be incredibly straight forward to link our work together.
The above is the board that the move will be applied to. My backend code can then verify the move is indeed legal before allowing the player to continue from the resulting position.
The text was updated successfully, but these errors were encountered:
when a piece is off then it just doesn't appear in the board structure (i.e there is no need for "off": 3 ) - we can add it for the frontend if you want, but i believe the backend will just ignore it
Hey Niels,
Dunno if you saw email, but thought i'd put this here.
If we can agree to the following structure for board layout and moves
then it will be incredibly straight forward to link our work together.
The above is the board that the move will be applied to. My backend code can then verify the move is indeed legal before allowing the player to continue from the resulting position.
The text was updated successfully, but these errors were encountered: