Gave it a go on my iPhone held vertically, got a game started but got confused, what do you have to do?
I am not certain but I think you mash 3 buttons. The player who presses these buttons the fastest win's
Show HN: Handkommando – Real-time multiplayer RPS game
11–20 of 21 posts
Re: Show HN: Handkommando – Real-time multiplayer RPS game
#12Re: Show HN: Handkommando – Real-time multiplayer RPS game
#13Re: Show HN: Handkommando – Real-time multiplayer RPS game
#14Do you mind telling us a bit about the stack? How do you prevent cheating by just forging server requests?
Server keeps true state of the game, both players send inputs from which the server calculates the score (new state) which then is pushed back out to the players.
Re: Show HN: Handkommando – Real-time multiplayer RPS game
#15Re: Show HN: Handkommando – Real-time multiplayer RPS game
#16I'm not sure whether its timing based or whether you just need to mash buttons like hell? If it is turn based it makes sense, but not much I can do with 300 ms latency as I watch the bar flying by getting redder and redder. edit: Seems like its just button mashing. Seems hard to keep up the mashing with high latency, as the other person just plain reacts almost half a seconds before you.
No, you simply hold down the key you want. No mashing. I have been easily beating guys who seem to be hitting the keys as quickly as possible.
Re: Show HN: Handkommando – Real-time multiplayer RPS game
#17There have definitely been classic RPS AI competitions, but I wonder how different the intelligent agents that play this real-time variation would be. I'd love to do an AI contest for this game!
Without the human element, there is no strategy or skill involved.
Re: Show HN: Handkommando – Real-time multiplayer RPS game
#18Re: Show HN: Handkommando – Real-time multiplayer RPS game
#19There have definitely been classic RPS AI competitions, but I wonder how different the intelligent agents that play this real-time variation would be. I'd love to do an AI contest for this game!
That has some links to other competitions, and seems like a nice very simple introduction the topic.
I would love to see the results of AI competitions from the HN community. Perhaps someone should set up a website with a variety of challenges?
You can do rock paper scissors in 27 characters (not lines!) of PERL.
http://codegolf.stackexchange.com/questions/11188/rock-paper...
Re: Show HN: Handkommando – Real-time multiplayer RPS game
#20There have definitely been classic RPS AI competitions, but I wonder how different the intelligent agents that play this real-time variation would be. I'd love to do an AI contest for this game!
RPS AI is pretty stupid because there is no strategy that can beat a balanced strategy consistently. Without the human element, there is no strategy or skill involved.