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

American roulette #17

Open
Squalety opened this issue Jan 22, 2024 · 1 comment
Open

American roulette #17

Squalety opened this issue Jan 22, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Comments

@Squalety
Copy link

To switch to American roulette:

  1. Edit line 166 in appController.js:
    localStorage.setItem('amerRoulette', JSON.stringify(retResult.roulettes.american));

  2. Roulette.json add AmericanRoulette numbers?

  3. Will the look of the site change?

  4. What other actions are needed?

@tbaltrushaitis tbaltrushaitis self-assigned this Feb 16, 2024
@tbaltrushaitis tbaltrushaitis added help wanted Extra attention is needed good first issue Good for newcomers question Further information is requested labels Feb 16, 2024
@tbaltrushaitis
Copy link
Owner

Hi, @Squalety !

Thank you for your question 👍
Here are the answers in order:

  1. Correct ✔️
  2. Included for both: european and american, also additional one exists for 'default' case (nevermind ;-))
  3. No.
  4. I believe no any further actions needed. But you should try to implement all those settings and then maybe some bugs would appear...

Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants