kjschmidt913 / milestone-two

second milestone project for Udemy's complete python bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Milestone Two - BlackJack Game

The second milestone project for Udemy's Complete Python Bootcamp: Go from zero to hero in Python 3.

This project is a BlackJack card game.

The requirements:

  • 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.
  • Keep track of the player's total money.
  • Alert the player of wins, losses, or busts, etc.
  • And most importantly: the game must use OOP and classes in some portion.

About

second milestone project for Udemy's complete python bootcamp


Languages

Language:Python 100.0%