Skip to content

Conversation

@Alopex4
Copy link
Contributor

@Alopex4 Alopex4 commented Mar 22, 2020

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

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
@Alopex4
Copy link
Contributor Author

Alopex4 commented Mar 22, 2020

Sorry I'm not so familiar with the github lint python check. But I already test the code, it work fine.

@cclauss
Copy link
Contributor

cclauss commented Mar 22, 2020

#700 has fixed lint_python so future builds should be green.

Copy link
Contributor

@cclauss cclauss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very cool!

Alopex4 and others added 2 commits March 23, 2020 09:01
commit some change to make the code more clear

Co-Authored-By: Christian Clauss <cclauss@me.com>
Copy link
Contributor Author

@Alopex4 Alopex4 left a 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.

@Alopex4
Copy link
Contributor Author

Alopex4 commented Mar 25, 2020

@geekcomputers Can it be merge to branch ? It could be the complementary version of Black-Jack. : )

@bupboi1337
Copy link
Contributor

Sorry I'm not so familiar with the github lint python check. But I already test the code, it work fine.

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.

@geekcomputers geekcomputers merged commit aa0e9b0 into geekcomputers:master Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants