From e706d380fd1af0ca48a61ec045fd7f2e5099bac6 Mon Sep 17 00:00:00 2001 From: Amogha Kancharla <133768988+amoghak-ds@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:07:56 +0530 Subject: [PATCH] Update README.md I've corrected and updated all the typos and grammatical errors in this file. Please review. --- PyGamesScripts/Black Jack Game/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/PyGamesScripts/Black Jack Game/README.md b/PyGamesScripts/Black Jack Game/README.md index c3c8ff1cf..17bd26b28 100644 --- a/PyGamesScripts/Black Jack Game/README.md +++ b/PyGamesScripts/Black Jack Game/README.md @@ -1,22 +1,22 @@ # Package/Script Name ### **blackjack_game** -## Short description of package/script +## Short description of package or script -
This is simple version of the black jack game you have given a list of two when your cards total is greater than 21 it will call black jack and you will loose,if your card's total is less than 17 you have to pick a card mandatory.At the end you will stop picking your card the game will end it will show what the are cards does the computer have.After that who has the greater number in total cards they will win
+This is a simple version of the black jack game. You have given a list of two. When your card's total is greater than 21, it will be called black jack, and you will lose. If your card's total is less than 17 you have to pick a card. At the end, you will stop picking your card, and the game will end. It will show what cards the computer has. After that, whoever has the greatest number in total cards will win
-This project is made to use the concept of list and functions properly>
+This project is made to use the concept of list and functions properly.
# Setup -Copy the project to your local enviroment and that's all this code can be run on any python IDE. +Copy the project to your local environment, and that's all. This code can be run on any Python IDE. ## Detailed explanation of script, if needed #### _**OUR GAME RULES**_ >