Roulette Simulator is a simple website that simulates the chances of you winning in European Roulette and teaches you probability!
You can see it for yourself at roulette-simulator.pages.dev!
- Clone the repository
- Do
npm installorbun install(recommended) to install all dependencies - Run
npm run dev --openorbun dev --opento start the development server - Open
http://localhost:5173in your browser - Enjoy!
- If you wanna edit the code, read the svelte docs here