-
Notifications
You must be signed in to change notification settings - Fork 12.8k
create blackjack simulate file #702
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
Blackjack simulation game.
Main feature:
- Totally object oriented
- Player multiple decision
- Bet
- Hit
- Stand
- Double-down
- Surrender
- Record display
- Color output support
Develop & Test environment
- Ubunt 16.04.6 LTS
- Python 3.5.2
Dependence package:
- Built-in
- os, random, functools
|
Sorry I'm not so familiar with the |
|
|
cclauss
left a comment
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.
Very cool!
commit some change to make the code more clear Co-Authored-By: Christian Clauss <cclauss@me.com>
Alopex4
left a comment
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.
Fix the style guide check.
|
@geekcomputers Can it be merge to branch ? It could be the complementary version of Black-Jack. : ) |
Lint Python is basically something to check your code for mistakes. If it finds something for you to fix then it fails the check until you fix your code enough so it won't fail anymore. |
Blackjack simulation game.
Main feature:
- Totally object oriented
- Player multiple decision
- Bet
- Hit
- Stand
- Double-down
- Surrender
- Record display
- Color output support
Develop & Test environment
- Ubunt 16.04.6 LTS
- Python 3.5.2
Dependence package:
- Built-in
- os, random, functools