chess
chess copied to clipboard
Feat/chess moves UI
- Solved error in ws, which was causing an issue for the user to rejoin the game on refresh
- Added moves table UI, allow user to go back to any move in live game, resets when player moves or opponent makes a move, just like chess.com.
- changed moves table to have before fen, after fen and san.
@devsargam the accept draw and resign functionality can be merged with this? I have just added the buttons
Yeah cool cool
hey @nimit9 I was just curious: why are you using recoil, A simple context could have also worked fine; I mean, the state is not that complex to use an external library
True, but recoil already being added to the project, as the project grows we'll be using more of this.
Could u put a pointer to what was wrong with ws?
Trying locally
Could u put a pointer to what was wrong with ws?
@hkirat have added a comment, could you please check that? Was a very small fix
trying locally
/bounty $120 Follow up https://github.com/code100x/chess/issues/271
Thanks @hkirat 🙌
Will fix #271
@nimit9 What will be Stored in before and after the moveId or something else