Skip to content

Burak3405/Python_slot_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Slot Haven CLI Game

A command-line interface (CLI) slot machine game built with Python.

Features

  • Random symbol generation using Python's random module.
  • Dynamic betting system with balance tracking.
  • Different payout multipliers for different symbols.
  • Color-coded terminal outputs for win/loss states using the colorama library.

Requirements

  • Python 3.x
  • colorama library

Installation & Usage

  1. Install the required library to enable colored text:
   pip install colorama
  1. Run the game:
    python main.py

Rules and Payouts

If all three symbols match, the payout is calculated based on the bet amount multiplied by the symbol's rate:

  • πŸ’ : 3x

  • πŸ‘ : 2x

  • πŸ‡ : 4x

  • 🍍 : 5x

  • πŸ”” : 10x

About

A fun, interactive command-line slot machine game

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages