I've developed a web clicker game and I'm really looking to make it cheat-proof and fair for everyone. Since it's a mini clicker game, I want to boost its security to ensure an enjoyable and authentic experience. I'm open to any suggestions or insights you might have!
1 Answer
To secure your game, start by addressing two key areas: first, you need to prevent automated requests that mimic a real user clicking. Also, consider how to manage different sessions for a single user, especially if you have timers that restrict clicking.
I’ve already added a captcha to tackle this, and I’m exploring more potential vulnerabilities to cover.