slot Machine Game This project is a simple slot machine game implemented in Python.
How to Play To play the game, follow these steps:
Deposit Money
Enter the amount you'd like to deposit when prompted. Place Your Bet
Choose the number of lines to bet on (between 1 and 3). Enter the amount you'd like to bet for each line (between $1 and $100). Spin the Slots
Press Enter to spin the slots. The game will display the results, showing the symbols and any winnings. Continue or Quit
Press Enter to spin again or enter 'q' to quit the game. End of Game
After quitting, the program will display the remaining balance. Functionality The game allows betting on multiple lines and calculates winnings based on the combination of symbols. It ensures the user doesn't bet more money than their current balance. The winnings are calculated and displayed after each spin. Dependencies Python 3.x
How to Run Clone this repository. Open the terminal/command prompt. Navigate to the project directory. Run the Python script: python main.py
Contributions are welcome! Feel free to fork this repository and submit pull requests.