Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(not really an issue) but how would I change the house edge? #3

Closed
NubileEye opened this issue Aug 12, 2015 · 1 comment
Closed

(not really an issue) but how would I change the house edge? #3

NubileEye opened this issue Aug 12, 2015 · 1 comment

Comments

@NubileEye
Copy link

I'd like to change the house edge to something lower to maybe .5 just to test the certain payouts and the like. I don't know how to do this and am requesting how. Thanks.

@untitled-dice
Copy link
Owner

@NubileEye Good idea. :)

House edge can now be configured at the top of app.js:

// - Configure the house edge (default is 1%)
// Must be between 0.0 (0%) and 1.0 (100%)
house_edge: 0.01

For a 0.5% house edge, you'd just change 0.01 to 0.005.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants