A modern, high-performance Dice betting game featuring a "provably fair" system, real-time animations, and a responsive dark-mode UI. Built with Python (Flask) and Vanilla JavaScript.
- Smooth Animations: Custom CSS transitions for the slider cursor.
- Live History: Tracks the last 5 rolls with Win/Loss indicators inside the game panel.
- Settings Menu: Toggle Turbo Mode, Max Bet, and Mute Sound.
- Magnetic Slider: Auto-snaps to 25, 50, and 75 for precision.
- Provably Fair: Uses Server Seed + Client Seed + Nonce to ensure random results.
Before running the game, ensure you have the following installed:
- Python 3.x (Download Here)
Create a new folder (e.g., DiceGame) and set up the files exactly like this:
/DiceGame
β
βββ app.py # The Python Backend Server
βββ README.md # This file
βββ /templates
βββ index.html # The Frontend Game Interface
