A lightweight and customizable Slot Machine Simulator built for experimentation, game logic prototyping, and fun. This project replicates the core mechanics of a classic slot machine, including reels, symbols, payouts, and random spin generation. Designed to be simple, modular, and easy to extend.
A slot machine simulator created exclusively for educational purposes only, designed to help users understand:
- Probability and statistics in gambling
- Basic slot machine mechanics
- Virtual bankroll management
This game does NOT use real money or cryptocurrencies. It is an educational project meant to demonstrate how slot machines work in a controlled environment.
- Open 'index.html' in your browser
- Choose your bet (10 / 50 / 100 virtual credits)
- Press SPIN
- Winnings follow the multiplier table
- 🍒 (cherry): ~45%
- 🍊 (orange): ~36%
- 🍋 (lemon): ~18%
- 💎 (diamond): ~9%
- 7️⃣ (seven): ~4.5
- HTML5
- CSS3
- JavaScript (Vanilla)
MIT LICENCE
Open via GitHub Pages or run locally
├── index.html ├── style.css ├── script.js └── README.md