Skip to content

A python based slot machine, allowing the user to bet on max 3 lines and keep playing until they desire or run out of money

Notifications You must be signed in to change notification settings

maxykoin/Slot-Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PYTHON SLOT MACHINE by Tech With Tim

  • user can bet on 3 different lines
  • multiply their bet by the value of the line & add it to their balance
  • allow them to keep playing until desired cash out or run out of money

What I did while trying on this project was hearing what it was supposed to do, and doing it my way, only checking the tutorial for explanations and fixes. The code is not exact the same as the original, since I adapted it to my knowledge and things I personally thought worked better. It was a nice learning experience, as I was tired of doing small python projects.

What I learned

  • .isdigit()
  • better understanding of constants and for i in range()
  • pratical use of try and except
  • quick problem solving
  • lists & dictionaries in practice

About

A python based slot machine, allowing the user to bet on max 3 lines and keep playing until they desire or run out of money

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages