Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

What it does

A fully functional terminal-based slot machine game. The player deposits money, chooses how many lines to bet on (up to 3), sets a bet amount per line, and spins. The machine generates a random 3x3 grid of symbols and pays out based on matching symbols across each line. The game tracks balance across multiple spins until the player quits.

Requirements

None — uses only built-in random module