tbaltrushaitis / roulette-predictor

:game_die: Casino Roulette :slot_machine: Analyzer and Predictor :coin:
http://bit.ly/roulette-predictor
MIT License
58 stars 24 forks source link

American roulette #17

Open Squalety opened 9 months ago

Squalety commented 9 months ago

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 commented 8 months ago

Hi, @Squalety !

Thank you for your question :+1: 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!