Tagged Questions

4
votes
9answers
129 views

cheat prevention for browser based xmlhttp/js/perl/php game

Lets say that in a browser based game, completing some action (for simplicity lets say someone clicks on a link that increases their score by 100) clicking on this link which would …
3
votes
3answers
116 views

Howto take latency differences into consideration when verifying location differences with timestamps (anti-cheating)?

When you have a multiplayer game where the server is receiving movement (location) information from the client, you want to verify this information as an anti-cheating measure. Th …
3
votes
8answers
178 views

Howto avoid people from having multiple accounts in a free to play multiplayer game? [closed]

Possible Duplicate: Prevent users from starting multiple accounts? Imagine you develop a free to play multiplayer game. It is free to create an account. Now, having multip …
6
votes
3answers
435 views

How to prevent cheating in our (multiplayer) games?

If you are writing a game you should think about cheaters and how to prevent them from cheating. I don't think only the mmo multiplayer games but also singleplayer or "home-brewed …