Tagged Questions
2
votes
3answers
241 views
Sending high scores to a web server in an open source game
I've never dealt with sending/receiving data from web servers in my games, so I absolutely have no idea how to do this. I tried googling for a good solution but couldn't find anything satisfying.
I ...
22
votes
9answers
3k views
How can I prevent cheating on global highscore tables?
For browser games and those on a mobile phones, it's common to have a global highscore table. It's also common for those tables to contain scores of 2,147,483,647 - where people have figured out the ...
11
votes
6answers
579 views
Persistent Browser Based Game: To Captcha or not to Captcha?
I've been working (off-and-on) on a pbbg that's pretty old school. If you've ever played Carnage Blender then you get the idea.
If not, it's a simple idea that's been done a lot: A player is ...