-
Notifications
You must be signed in to change notification settings - Fork 1
Kelin lab04 blackjack advice #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… kelin-lab04-blackjack-advice
I think there might be some fundamental concept regarding git which we need to discuss. I'll try to explain below but see me so we can discuss your process and help you understand what it means for It's not clear to me where and when the labs were deleted to only have the Black Jack advice lab on this branch. One very difficult concept of git is that it tracks changes to files. Old labs will show up on new branches after those old labs have been graded and merged into branch |
Let's get a breakout this evening. I see you've already done Lab04 BlackJack Advice and it's on the |
Putting this PR on the back burner for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs Work
Comments:
- The black jack logic for advice seems that it may work properly. Will need to test further.
- User should be prompted for input of the cards. It might be useful to tell the the user which cards are acceptible.
- The assignment states the following:
Let's write a python program to give basic blackjack playing advice during a game by asking the player for cards. First, ask the user for three playing cards (A, 2, 3, 4, 5, 6, 7, 8, 9, 10, J, Q, or K).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need to submit fixes to Lab 04 on new branch.
Branch cleaned up only lab04 on this branch