'Score High score Securely
I am curtly programming a High score game and I want to store the High score in a way that it can't be modified even if you have the Source Code. Is there any way to do that? Maybe using a Signature?
Solution 1:[1]
Use a simple database liek a text file or json. The highscore can’t even be stored in the source code what are you talking about? Please be more clear on what you want. Do you want to store it locally or on the cloud?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Fishball Nooodles |
