The objective of Blackjack is to beat the dealer by having a hand value closer to 21 without exceeding it. A hand with a total value over 21 results in a bust and a loss.
This project is an example that was built along with a Youtube series however I customized the project criteria and implemented a lots of custom features in this BlackJack game.
- arrays
- objects
- booleans
- if else statements
- comparison operators
- logical operators
- for loops
- The Math object
- return statements
https://eubieald-blackjack-game.netlify.app/
I would recommend you to clone and rename this project so that you can use it for your own needs as it is an example project. This boilerplate is a nice place to start.
Please use the issue tab above to report any problems you encountered or suggestions you have for improving this project. Please make mention to the issue you created if you would like to submit a pull request. I'm grateful.