A command-line slot machine game that simulates betting, spinning reels, and calculating payouts. This project demonstrates logical thinking, math operations, and user input validation in Python.
- You start with 1000 MAD.
- Enter your bet amount for each spin.
- If you match 3 symbols in a row, you win based on the multiplier!
- π Cherry: 3x
- π Watermelon: 4x
- π Lemon: 5x
- π Bell: 10x
- β Star: 20x
- The game ends when you run out of money or choose to quit.
- Python 3
- Random Module
Make sure you have Python installed, then run:
python main.py