Anti-cheat Javascript for browser/HTML5 game
- by Billy Ninja
I'm planning on venturing on making a single player action rpg in js/html5, and I'd like to prevent cheating. I don't need 100% protection, since it's not going to be a multiplayer game, but I want some level of protection.
So what strategies you suggest beyond minify and obfuscation?
I wouldn't bother to make some server side simple checking,…