Blackjack is a classic casino game of luck and strategy.The player can randomly pick multiple number of cards and the card values are summed up. If sum is 21 then 'Blackjack'.
Just have to clone the repository or download the zip version and then open index.html file with any browser.
Now visit the deployed site : "https://gameblackjack.herokuapp.com/"
- Start Game by clicking "Start Game" button
- It will randomly pick 2 cards.
- If value is less than 21 then can pick an another card by clicking "New Card" button.
- If value is greater than 21 then "Out Of the Game".
- To start the game again, Refresh the page.
- If value is exactly equal to 21 then it is BlackJack.