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
allenh
changed the title
[Shared Library] Piece Move Validation
[Shared Library] Set up a shared library structure to use on both frontend and backend
Aug 15, 2023
Description
We need to have a shared library to be used on both server and frontend to compute legal piece moves.
Acceptance Criteria
shared
server
has access to/shared
on local developmentfrontend
has access to/shared
on local development/shared
tooling in bothfrontend
andserver
imagesTesting demo
兵
[(x+1, y, 1), (x-1,y,1)]
assuming bothx+1
andx-1
are within boundsThe text was updated successfully, but these errors were encountered: