Tagged Questions
12
votes
3answers
2k 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" p2p mp games too.
...
5
votes
3answers
155 views
Networking problems in games
I am looking for networking designs and tricks specific to games. I know about a few problems and I have some partial solutions to some of them but there can be problems I can't see yet. I think there ...
4
votes
3answers
404 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.
This can be done like ...
3
votes
2answers
13k views
Reliable time difference in the iOS environment
I am working on a casual game with some improvement over time, much like TinyTower.
But the biggest flaw in TinyTower (and all respect, its a cute game) is that cheating is too easy. The game relies ...
2
votes
3answers
142 views
What are some reliable Flash obfuscators?
I'm creating a game in Flash that submits high scores to a server. While I'm planning to take several precautions on the server-side to prevent tampering, the weak link in the chain is Flash itself. ...
1
vote
1answer
57 views
Authoritative Flash multiplayer game server: twice the work?
I'm working on a puzzle game in Flash. It's a two-player, head-to-head game with some realtime elements. It is not Tetris-like, but the level of player interaction and the rate of movement is similar ...
1
vote
3answers
64 views
What application has mouse control?
One way users can cheat with games (desktop or web) is by having "robots" monitor the screen and move the mouse for them. Is there a way (of course with transparency and user permission) to monitor if ...
0
votes
2answers
49 views
Can this online highscore scheme be abused?
Background
One problem with games using online highscore lists is that they often can be abused. The game sends the current score to the server and a cunning user can analyze the protocol/scheme and ...