jacobchrismarsh/chess_senior_project

[Frontend] Change the way we make moves

Closed this issue · 0 comments

Currently we are making the move in the frontend and then sending the data to the backend. We should be pinging the backend with our intended move and then make the moves in the frontend once the backend returns the list of all pieces moved. Then we are supposed to ping the backend again for their move