-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
- Have option to auto-roll until out of safe bets, or until certain # of safe bets/% of total bank remaining.
-
Auto-end game on bust/bankrupt. - Have option to dump % of winnings into replenish fund. (If you go bankrupt, try to restart with original amount from replenish fund if possible)
- Have auto-roll option to watch the graph live update on it's own.
- Get draft notes for 3D-modeling in place. May need to be 4D to cover the amount of data involved.
- Set up base automation code to generate data for 3D/4D modeling.
- Generate bulk data for 3D/4D modeling.
- Dark mode
-
Add historical metrics (longest run with betting method, etc) - Add grouped historical metrics (average run length, average net profit, x/y runs positive net profit, settings used, etc). Probably checkbox to start recording/stop recording for the given metric at start before moving to exportable format.
- Split code into multiple vue classes to keep things clean/scalable (casino/player/autoroller/historymetrics)
- Add max loss streak
- Add alternative betting methods (by % of bank, etc)
- Add minimum safe bets to retain (Maybe add a maximum too for aggressive playstyles? Theoretically wouldn't provide any benefits though unless there's a quirk to minimum/maximum bet ratios when it comes to gains/losses)
- Add data export button for historical data
- Add data import button for historical data
- Add reset func / button for historical data
- Add optional show/hide graphics option to generate data faster.
- Add manual update plot button to use when running at maximum speed.
- Add 3D heatmap renderer
- Add granularity buttons for user
- Add dataset size buttons for user
- Add hard reset buttons for user
- Auto-Reset Plot when plot parameters are changed.
- Update casino settings to presets (min bet, winrate, payout)
- Add casino settings for casino_max_bet, casino_min_bet, casino_bet granularity, etc
Reactions are currently unavailable