Author

Topic: MarketDawn.com/MktDawn.com - Street style craps. (Read 959 times)

sr. member
Activity: 294
Merit: 250
September 29, 2011, 09:02:31 AM
#6
Update for 9/29/2011 - oh, and i corrected the percentage fee (said 0.01% which was actually 1%).
sr. member
Activity: 294
Merit: 250
Im pretty sure it is a 1% house fee you are charging.
Also, Ive never heard of an 11 crapping you out when you have a point already.

The coding for amount won is:
Code:
$bet * (1 - 0.01)

Unless its snakeeyes, then its:
Code:
($bet * 1.5) * (1 - 0.01)

0.01 = 1%

Thanks, i will update the site.
full member
Activity: 238
Merit: 100
Im pretty sure it is a 1% house fee you are charging.
Also, Ive never heard of an 11 crapping you out when you have a point already.

The coding for amount won is:
Code:
$bet * (1 - 0.01)

Unless its snakeeyes, then its:
Code:
($bet * 1.5) * (1 - 0.01)

0.01 = 1%
sr. member
Activity: 294
Merit: 250
Im pretty sure it is a 1% house fee you are charging.
Also, Ive never heard of an 11 crapping you out when you have a point already.

The coding for amount won is:
Code:
$bet * (1 - 0.01)

Unless its snakeeyes, then its:
Code:
($bet * 1.5) * (1 - 0.01)
full member
Activity: 238
Merit: 100
Im pretty sure it is a 1% house fee you are charging.
Also, Ive never heard of an 11 crapping you out when you have a point already.
sr. member
Activity: 294
Merit: 250

So far the game is basically just to show how its played - i dont have a way to deposit yet, although if someone really wanted to i could manually add credits (if i get enough PM's i might do this). Ive been working on this almost daily after work. I have a few more ideas to make the game better, and of course im always open to suggestions.

If anyone wants to make some btc, i need someone to help with some scripting (PHP/MySQL/AJAX). Payment would be a percentage of profit. Right now the site is hosted on a free server, and i think ill move it over to a better server real soon, but this is working for now.

** UPDATE 9/29/2011 ** : Ive added a stats page with some simple statistics that i plan on adding alot more information to, as i like numbers and graphs, and im sure alot of you do to. And since i got that out of my system since ive been wanting to do that for awhile, ill finally start working on the deposit page, and hopefully ill have it up and running within the next few days.

Jump to: