If we are making a browser game, will there be a way users can access the source code and assets you upload? If yes, is there a way to encrypt them?
Thank you!
Users have access to the source code, it’s the only way for the browser to execute that code.
If you want to prevent that, you can obfuscate the source code, so it is not useful for someone who wants to edit it. There are many tools that can do that, if you search around you shouldn’t have an issue finding one.