Skip to content

I wrote a short program in python to replicate a very simple slot machine

Notifications You must be signed in to change notification settings

michaeltoddprogramming/CLI-Slot-Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

CLI SLOT MACHINE IN PYTHON 🎰

This program simulates a basic slot machine game where players can spin the reels and potentially win big payouts 😎
I did this because I myself do enjoy gambling......Sometimes.....

How to Play

Upon running the program, you will be presented with a chance to deposit a balance amount.

You will be prompted to enter the amount of lines you would like to play.

You will be prompted to enter the amount you want to bet on each spin.

The program will randomly generate three symbols for each reel.

If you get a winning combination, you will earn a prize based on a set multiplyier for each symbol. ( As of right now, only a match of symbols horizontally results in a payout )

Your balance will be updated accordingly, and you can continue to spin the reels ( ENTER ) or choose to quit the game ( q ).

Features

Random Reel Generation: The program generates random symbols for each reel upon spinning.
Simple User Interface: Easy-to-understand prompts and messages guide the user through the game.
Balance Management: Keeps track of the player's balance and updates it after each spin.

About

I wrote a short program in python to replicate a very simple slot machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages