How to make anti-cheat in multiplayer JS game ?
I'm planning to make a web-based multiplayer game (using three.js and socket.io), and one of my main concerns is protection against cheating. I know the basics to make a secure game, i.e : Never trust the client, client is only for rendering and inpu...
Dec 19, 2018M