Git Product home page Git Product logo

blackjack's Introduction

Blackjack

♠️♦️♣️♥️ Milestone Project 2 for 2021 Complete Python Bootcamp from Zero to Hero in Python

Based off the following instructions in Section 11 (#9. Milestone Project 2 Overview):

  • You need to create a simple text-based BlackJack game

  • The game needs to have one player versus an automated dealer.

  • The player can stand or hit.

  • The player must be able to pick their betting amount.

  • You need to keep track of the player's total money.

  • You need to alert the player of wins, losses, or busts, etc...

  • And most importantly: You must use OOP and classes in some portion of your game. You can not just use functions in your game. Use classes to help you define the Deck and the Player's hand. There are many right ways to do this, so explore it well!

  • ignore the following casino actions: Insurance, Split, Double Down

  • ties...

  • To play a hand of Blackjack the following steps must be followed:

    • Create a deck of 52 cards
    • Shuffle the deck
    • Ask the Player for their bet
    • Make sure that the Player's bet does not exceed their available chips
    • Deal two cards to the Dealer and two cards to the Player
    • Show only one of the Dealer's cards, the other remains hidden
    • Show both of the Player's cards
    • Ask the Player if they wish to Hit, and take another card
    • If the Player's hand doesn't Bust (go over 21), ask if they'd like to Hit again.
    • If a Player Stands, play the Dealer's hand. The dealer will always Hit until the Dealer's value meets or exceeds 17 Determine the winner and adjust the Player's chips accordingly
    • Ask the Player if they'd like to play again

Play the Game

python main.py from root directory

TODO:

  • consider refactoring to modules

blackjack's People

Contributors

nmfretz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.