Skip to content

nutmegdev96/slot-simulator-v1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slot Simulator v1.0

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.

🎰 Slot Simulator

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

⚠️ Disclaimer

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.

🎮 How to play

  • Open 'index.html' in your browser
  • Choose your bet (10 / 50 / 100 virtual credits)
  • Press SPIN
  • Winnings follow the multiplier table

📊 Probabilities

  • 🍒 (cherry): ~45%
  • 🍊 (orange): ~36%
  • 🍋 (lemon): ~18%
  • 💎 (diamond): ~9%
  • 7️⃣ (seven): ~4.5

🛠️ Tecnologies

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

📝 Licenza

MIT LICENCE

🚀 Live demo

Open via GitHub Pages or run locally

⚠️ slot-simulator-advanced/

├── index.html ├── style.css ├── script.js └── README.md

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors