mirror of
https://github.com/samsonjs/mystery7-simulator.git
synced 2026-06-30 05:49:36 +00:00
new and improved betting sequence
This commit is contained in:
parent
8baaf58c37
commit
329287fcfb
1 changed files with 3 additions and 3 deletions
|
|
@ -34,10 +34,10 @@ class Roulette
|
|||
# BettingSequence = [1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 5, 6, 8, 10, 12, 15]
|
||||
|
||||
# better
|
||||
BettingSequence = [1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 4, 5, 6, 7, 8, 10, 12, 15, 18]
|
||||
# BettingSequence = [1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 4, 5, 6, 7, 8, 10, 12, 15, 18]
|
||||
|
||||
# best?
|
||||
# BettingSequence = [1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 6, 7, 8, 10, 12, 15, 18]
|
||||
# best
|
||||
BettingSequence = [1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 6, 7, 8, 10, 12, 15, 18]
|
||||
|
||||
attr_accessor :results, :counts, :set_status
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue