Skip to content

Releases: alaevate/deeproulette

DeepRoulette v2.0.0

08 Mar 08:26

Choose a tag to compare

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_MODE in settings.py)
  • Update checker — notifies you when a new version is out
  • Linux & macOS support via scripts/install.sh and scripts/run.sh

🐛 Fixes

  • Fixed Keras warning about input_shape
  • Fixed crash caused by missing get_color method
  • Fixed broken README links

🚀 Getting Started

Option 1 — Download the EXE (Windows, no install needed)

  • Download DeepRoulette-v2.0.0-windows.exe from the Assets below and run it directly.

Option 2 — Run from source

  • Windows : run scripts/install.bat once, then scripts/run.bat
  • Linux / macOS : run bash scripts/install.sh once, then bash 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