For this example we gong to use classic Tetris game - marvelous Blockrain game at https://github.com/Aerolab/blockrain.js. It has DIV to run inside:
This one has handy callback:
//here we going to hide the game
//and show one of the faucets (depends on the score)
}
So, let's create the game bonus faucets, using URL of your game page as the URL in the faucet configuration for all of them. The more bonus faucets you create - the merrier. Firstly, it keeps the player motivated, secondly - it increases you game page visibility in the Remote Faucet List, and in the Faucet (App) list of the micro-payment system your Remote Faucets going to use (for example, here ).
If you are not familiar with creating the Remote Faucets - see this example first.
For the simplicity of the example we will use 5 Remote faucets as the rewards, first (score 10 000 and bellow,"Tetris bonus 10K", second (score 20 000,"Tetris bonus 20K", FaucetID 123682) ... fifth (score 50 000,"Tetris bonus 50K", FaucetID 123685).
Now, let's modify the HTML so we have the place to show the faucet when the game ends:
And the final touch, let's create a function to select the correct faucet Id depending on the players score, hide the game, and show the faucet.
That's it !
It is impossible to insert the game here, so if you want to see it in action - look here (scroll to the bottom)