Author

Topic: [PRE-ANN]/*/Dice Game for Ultra Gamblers/*/Android Devices/*/ (Read 937 times)

legendary
Activity: 1008
Merit: 1000
GigTricks.io | A CRYPTO ECOSYSTEM FOR ON-DEMAND EC
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.
newbie
Activity: 45
Merit: 0
Will these game be on apple device (IOS) with HTML 5 version since gambling is not allowed on the AppStore?
legendary
Activity: 1008
Merit: 1000
GigTricks.io | A CRYPTO ECOSYSTEM FOR ON-DEMAND EC
This is the win algorithm(beta, please suggest) of Game :

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.

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;
}
legendary
Activity: 1008
Merit: 1000
GigTricks.io | A CRYPTO ECOSYSTEM FOR ON-DEMAND EC
@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.
b!z
legendary
Activity: 1582
Merit: 1010
Looks cool. I will be watching this thread Smiley
legendary
Activity: 1008
Merit: 1000
GigTricks.io | A CRYPTO ECOSYSTEM FOR ON-DEMAND EC
still working on it..
legendary
Activity: 1008
Merit: 1000
GigTricks.io | A CRYPTO ECOSYSTEM FOR ON-DEMAND EC
sr. member
Activity: 280
Merit: 250
Make Love Not War
legendary
Activity: 1008
Merit: 1000
GigTricks.io | A CRYPTO ECOSYSTEM FOR ON-DEMAND EC
full member
Activity: 244
Merit: 101
Waiting for this app.
legendary
Activity: 1008
Merit: 1000
GigTricks.io | A CRYPTO ECOSYSTEM FOR ON-DEMAND EC
will be catcoin friendly?

When the main part finished, we'll add some altcoins.
legendary
Activity: 2884
Merit: 1117
will be catcoin friendly?
legendary
Activity: 1008
Merit: 1000
GigTricks.io | A CRYPTO ECOSYSTEM FOR ON-DEMAND EC
I'm creating (secure) mobile dice game for your android device ![beta]
Here some features :
OPEN SOURCE !
%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):



Jump to: