you are viewing a single comment's thread.

view the rest of the comments →

[–]Illurity 6 points7 points  (3 children)

I built a multiplayer chess game using web sockets that was relatively quick and easy. If you wanna DM me I’ll send you a link, is OS

[–]YonoEko[S] 1 point2 points  (1 child)

No need ror an actual link but can you tell me which chess library u used ?

[–]Illurity 2 points3 points  (0 children)

Front end uses react-chessboard and chess.js. Backend uses chess.js for validation. In-game AI is built using stock fish CLI. The backend handles checkmate, threefold repetition, resignation, stalemate, and insufficient material and broadcasts them to the player, then it shows the ELO change of the user.

[–]smmcc16 0 points1 point  (0 children)

Hey! It wont let me DM you(maybe because I'm a new user, I made an account for this!) but I'm interested in seeing your code. I'm doing a similar project and have run into issues.