Suggestions for (semi) securing high-scores in Flash/PHP game

前端 未结 7 1778
执念已碎
执念已碎 2020-12-08 12:27

...I have read a few threads on here that have discussed various methods and was just looking for some feedback on a proposed solution we came up with. In one of the thread

7条回答
  •  自闭症患者
    2020-12-08 13:03

    Wow

    Pretty hard solutions 8).

    I implemented system like this once. Although it won`t work for every game out there...

    You should replay the game on server. When user play -- you store "state changes" and then simply feed it to you game in some kind of "replay" mode.

提交回复
热议问题