swapnilsparsh / 30DaysOfJavaScript

Projects made during the 30 days of the JavaScript challenge
https://30daysofjs.netlify.app
MIT License
930 stars 645 forks source link

Title: Adding Blackjack Card Game #1838

Closed codewithganeshhh closed 4 months ago

codewithganeshhh commented 4 months ago

Which pre-existing JavaScript project will you be working on?

1813 #1688 #1592 #1365

Describe your enhancement/improvement

The player has to get a hand with a value as close to 21 as possible without going over. A hand that goes over 21 is a bust. The players in a Taash Game plays against the dealer. Each player has to beat the dealer's hand in order to win.

Anything you need to say to the Reviewers

The player has to get a hand with a value as close to 21 as possible without going over. A hand that goes over 21 is a bust. The players in a Taash Game plays against the dealer. Each player has to beat the dealer's hand in order to win.

Add any other context or relevant screenshots about the enhancement here.

Screenshot 2024-06-19 202717

codewithganeshhh commented 4 months ago

@swapnilsparsh assign me

swapnilsparsh commented 4 months ago

@codewithganeshhh Not required as of now.