Win hundred dollars? How to?
ChipmunkGames
Member Posts: 106
In my game i want the first person to get a million points to win a hundred dollars. How can i do this? How can i know who got a million first?
Comments
A lot of cheaters will be all over your game..
1. Do not place a static image or text to be displayed for the winner. Anyone with a hex editor or image viewer can extract data straight out of your game's binary.
2. Incorporate a running timer in the game that's saved and loaded throughout the app's lifetime or from the start of the game. If they reach a million points in 3 minutes, for example, you can tell they cheated by modifying the save game data. Jailbreakers or even those who tinker with iPhone backups may be able to do that.
3. Display a special code or pattern on the screen, possibly based on a complex algorithm, which obviously you'll recognize if it was submitted to you. Even go so far as imprint a message or overlay that you can barely see (low opacity), such that...
4. The winner needs to take a screen capture of the game in progress and email it to you. This is not a built-in feature to GameSalad, so they'd have to do this manually.
5. Include a disclaimer in the description of your game that there is only one winner, and it's only for the first person that submits a valid screenshot.
6. Once the winner has been established, upload a new binary of your game to the App Store that will not display a code, and remove any reference to the contest in your description.
Great idea, though. Hope it works out for you.