Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 chessboard.js 实现了一个棋盘,当位置改变时,FEN 字符串使用 socket.io 发送到我的 node.js 服务器
问题是,我如何防止非法移动,或者我如何在每一个移动情况下找到 FEN 是可能的?
这是不可能的,通过套接字将每一步发送到服务器并使用 chess.js 库及时检查移动的有效性,这是我想到的解决方案。