Settings

Theme

Ask HN: How to verify that a user is a robot?

1 points by mrThe 12 years ago · 3 comments · 1 min read


Strange question, but very interesting for me :)

So, you you wanna check, that user is NOT a robot - you can use captcha or something, that robots can't do well. But, if you need check, that user is a robot?

For example, we create some multiplayer game, were players will programming robots. [this just example, imagine, that we can't run user code on server]. In this case, user can create some UI for a this game and play game by himself. This is not good for a game balance and other game things.

So, we must check, that user is a robot!

We can send request like "calculate MD5 summ of this or that", but programmer can automatize only this part, and continue to play himself with UI.

So,how can we verify this?

ps. sorry for bad english, but i hope, you understand what I mean.

gus_massa 12 years ago

Make them play 10 games at the same time. (Perhaps in different shards/worlds to avoid cooperation between the different “personalities”.)

  • mrTheOP 12 years ago

    Nice idea. But in this case, i need to verify, that this is the same robot, because robot can do nothing, or play like a noob in first 9 games, but last game will be played by user through UI.

    And you can't verify this, because there is different "worlds" and robot can be not so good, for solve some game problem in some random world.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection