From 8f593ec9418630998d8fdcd8ba02c3a39b672c1d Mon Sep 17 00:00:00 2001 From: Apoorva Date: Thu, 27 Oct 2022 12:42:53 +0530 Subject: [PATCH] This is my second task for hacktber fest! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 902b609..8d6fa56 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # BLACKJACK-game- this is the basic version of black jack game with instructions on every step. Go for it code and play!!! - - In this milestone project you will be creating a Complete BlackJack Card Game in Python. Black jack is a basic card game. @@ -18,3 +16,5 @@ 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! Feel free to expand this game. Try including multiple players. Try adding in Double-Down and card splits! + +Play this game and have fun!!