Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 536 Bytes

File metadata and controls

22 lines (16 loc) · 536 Bytes

Online Casino Game Engine (Slot Machine Simulator)

This project simulates a slot machine game, where you can bet and spin to win. It includes:

  • Multiple reels and paylines
  • Random number generation for fair play
  • Player stats tracking (balance, bets, wins)
  • Bonus features

Requirements:

  • Python 3.x

How to Run:

  1. Clone the repository
  2. Install dependencies (if any)
  3. Run python main.py

Features:

  • Simple text-based user interface
  • Customizable payout table
  • Real-time tracking of player stats and balance