An open API service indexing awesome lists of open source software.

https://github.com/techtalkdev/python_slot_machine

A fun terminal-based game where you spin emoji reels and bet virtual currency. Great for beginners to learn Python basics like loops, conditionals, and randomness.
https://github.com/techtalkdev/python_slot_machine

Last synced: 11 months ago
JSON representation

A fun terminal-based game where you spin emoji reels and bet virtual currency. Great for beginners to learn Python basics like loops, conditionals, and randomness.

Awesome Lists containing this project

README

          

# 🎰 Python Slot Machine

A simple terminal-based slot machine game built with Python. Spin the reels, place your bets, and try your luck with fun emoji symbols!

---

## 💡 Features

- Text-based interactive gameplay
- Emoji-based slot symbols: 🍒 🍉 🍐 🔔 ⭐
- Custom betting and payout system
- Beginner-friendly Python code

---

## 🧠 How It Works

1. Start with a balance of R100.
2. Place a bet and spin the slot machine.
3. If all three symbols match, you win based on the symbol's payout multiplier.
4. Keep spinning as long as you have funds.

### 🎯 Payouts

| Symbol | Payout Multiplier |
|--------|-------------------|
| 🍒 | 3× |
| 🍉 | 4× |
| 🍐 | 5× |
| 🔔 | 10× |
| ⭐ | 20× |

---

## 🚀 Getting Started

### Prerequisites

- Python 3.x installed on your machine

### Run the Game

```bash
python slot_machine.py