Deployment Concerns
I hear a lot of people worry, often prematurely, about cheaters and people stealing the code for their games. I feel that the primary concern for your game is developing something that people want to play and that going too far down the rabbit hole of code obfuscation to keep people from stealing your code can lead you in to a false sense of security. A lot of talented developers are out there, and given enough time and interest, they can figure out what you are doing with your code.
However, there are some advantages to using a few techniques to obfuscate your code in production. When you minify you code, you create a file that is not human friendly, but the browser can still handle readily. At a basic level, minifying tools ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access