Hacker News new | ask | show | jobs
by Kiro 4586 days ago
Do you mind telling us a bit about the stack? How do you prevent cheating by just forging server requests?
1 comments

Client: JQuery/mobile, Backbone (models) Server: Scala, Play, Akka, PostgreSQL

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.