Bitcoin Forum

Economy => Gambling => Topic started by: RoooooR on December 24, 2013, 10:55:40 PM



Title: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/
Post by: RoooooR on December 24, 2013, 10:55:40 PM
I'm creating (secure) mobile dice game for your android device ![beta]
Here some features :
OPEN SOURCE ! (http://github.com/soon!)
%0 House Edge
Secure betting[in development]
Friendly Design
-No membership
Free Btc faucet

Quote
The possibility of win is %8,3 (1/12), payout is x12 !

Min bet  : 0.00001 btc
Max bet : 0.001
Free btc faucet :0.0001 per each person.

IMG-1 from beta (app background and forum background color both are the same color):
https://i.imgur.com/GXpmUEq.png




Title: Re: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/
Post by: FanEagle on December 24, 2013, 11:37:09 PM
will be catcoin friendly?


Title: Re: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/
Post by: RoooooR on December 25, 2013, 10:54:18 AM
will be catcoin friendly?

When the main part finished, we'll add some altcoins.


Title: Re: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/
Post by: KaozTiposta on December 26, 2013, 10:10:03 AM
Waiting for this app.


Title: Re: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/
Post by: RoooooR on December 26, 2013, 12:02:27 PM
Waiting for this app.

Thanks.
Updated.


Title: Re: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/
Post by: seandaniel on December 26, 2013, 12:49:55 PM
when?


Title: Re: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/
Post by: RoooooR on December 26, 2013, 08:15:03 PM
when?

Working on it.. As soon as possible.


Title: Re: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/
Post by: RoooooR on December 30, 2013, 09:06:08 PM
still working on it..
https://i.imgur.com/k2bT9pa.png


Title: Re: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/
Post by: b!z on December 31, 2013, 08:10:13 AM
Looks cool. I will be watching this thread :)


Title: Re: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/
Post by: RoooooR on December 31, 2013, 12:30:30 PM
@b!z Thanks for your interest.

I'm trying to do most important part, withdrawing bitcoin. This must be so secure, gonna open a topic in technical forum.


Title: Re: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/
Post by: RoooooR on January 02, 2014, 11:03:49 PM
This is the win algorithm(beta, please suggest) of Game :

The possibility of win (https://bitcointalk.org/index.php?topic=394927) is %8,3 (1/12), payout is x12 !

Min bet  : 0.00001 btc
Max bet : 0.001
Free btc faucet :0.0001 per each person.

Code:
     
        //dice1, dice2 has 6 faces, dice has 12 faces
        Dice1 dice1 = new Dice1();
        Dice2 dice2 = new Dice2();
        Face12Dice dice3 = new Face12Dice();
      
        int plus = dice1+dice2;
if ((plus)==(dice3)){
 Log.i("BitDice", "WIN ");
 return true;
}
else {
Log.i("BitDice", "LOSE");
return false;
}


Title: Re: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/
Post by: Gotta go fast! on January 03, 2014, 05:55:07 AM
Will these game be on apple device (IOS) with HTML 5 version since gambling is not allowed on the AppStore?


Title: Re: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/
Post by: RoooooR on January 03, 2014, 08:46:47 AM
Will these game be on apple device (IOS) with HTML 5 version since gambling is not allowed on the AppStore?

Hey

This app is will be just for android, I hope I'll make a web version in future.