Releases: alaevate/deeproulette
Releases · alaevate/deeproulette
DeepRoulette v2.0.0
Complete rewrite with a new look and smarter engine.
✨ What's New
- 5 betting strategies (Sniper, Aggressive, Balanced, Conservative, Adaptive)
- New colourful terminal UI with live stats after every spin
- Interactive menu — no commands needed
- Simulation speed presets (Normal / Fast / Turbo / Max)
- AI shows bet advice before each spin
- Auto-reconnect if live connection drops
- Test Mode — pauses at 100/250/500/1000 spins to show stats (toggle
TEST_MODEinsettings.py) - Update checker — notifies you when a new version is out
- Linux & macOS support via
scripts/install.shandscripts/run.sh
🐛 Fixes
- Fixed Keras warning about
input_shape - Fixed crash caused by missing
get_colormethod - Fixed broken README links
🚀 Getting Started
Option 1 — Download the EXE (Windows, no install needed)
- Download
DeepRoulette-v2.0.0-windows.exefrom the Assets below and run it directly.
Option 2 — Run from source
- Windows : run
scripts/install.batonce, thenscripts/run.bat - Linux / macOS : run
bash scripts/install.shonce, thenbash scripts/run.sh
📦 Why is the EXE so large? (~400–700 MB)
The .exe bundles the full Python runtime, TensorFlow/Keras (~300–500 MB alone), and all dependencies into a single file so you don't need to install anything. This is normal for AI applications.
Want a smaller footprint? Clone the repo and run from source.
Full Changelog: https://github.com/alaevate/deeproulette/commits/v2.0.0