Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 483 Bytes

File metadata and controls

15 lines (12 loc) · 483 Bytes

Python Slot Machine Game

A slot machine game written in Python. Start playing by entering the amount you would like to deposit. Then, place a bet on the number of lines of your choice. If you win, your balance increases; if you lose, your balance decreases. Enjoy!

Slot Machine

To start the program:

python main.py

To run the tests:

python test_main.py