I\'m working on games using javascript some html and css, and I was wondering if there was any way to secure the game so that the user can\'t just call game.php?result=victo
There should be no URL for victory. During the game, the client should send the user actions, and if they've won, the server redirects them to the victory page.
No calculating/rewarding should be done on the victory page, if any.