Hi, I want my game variables to be safe so that people can't 'easily' change them to make the game easier etc as I'm hoping to offer 'real' prizes in a WebGL game.
I know that there is always the possibility of hardcore hackers getting in somehow. However, I wanted to know if the project files such as JSON Arrays and Dictionarys are very easy to see for the end user if the game is uploaded to a website or will the user require more than just opening the file.
I considered putting these vars on my backend but i figure that at some point the game needs to read them from the downloaded Ajax request anyway so isn't it just as easy for a hacker to modify them 'after' they have been downloaded from the server anyway?
What are the options and peoples thoughts here?
Thanks