This is a simulation of simple casino slot machine.
You start with $10
Each play costs 25 cents
For each play, the slot machine will output a random three-digit number.
If have two similar numbers, you will earn 50 cents.
If have three similar numbers, you will earn $10.
Python >= 3.10
Clone the repo and run main.py:
git clone https://github.com/hungpham3112/Simple_slot_machine.git && cd Simple_slot_machine
python main.py