Protecting the sources of HTML5 game

后端 未结 8 744
小蘑菇
小蘑菇 2021-02-04 12:00

People have been saying so many good words for HTML5, but one of my main concern is how to protect the source code of my game.

essentially..

  1. How to prevent
8条回答
  •  半阙折子戏
    2021-02-04 12:36

    "You can't" is the answer to all 3 questions. The only thing you can do is to slow down whoever's interested in your code by ofuscating it, but ultimately, if somebody wants to use your code, there's nothing you can do about it.

提交回复
热议问题