In working to make a HTML5 browser game, I can't help but consider the fact that a game like that can't be competitive or valued based on the ease of editing the code of the game through dev console.
For example like this: https://www.youtube.com/watch?v=lQaTW3vCqC0
The user changes around values of variables and then resumes the scripts causing the game to be directly effected.
I'm thinking of possible ways to avoid such manipulations:
- Custom Browser (setup like Tor? custom routing used to detect unhampered browser with no console tools avialable)
- detection if dev tools are open Find out whether Chrome console is open , How to detect Chrome Inspect Element is running or not? (but this is only Chrome, what about IE, FF, SF, O?
Any insight or additional thoughts would be great.