Black-Jack Game


Description

Developed a BlackJack game using JavaScript, where a player can play with the computer. Each card has a score. A random card will be generated by clicking the button 'Hit' and will update the score. If the score gets greater than 21, then the player will be busted. The player can choose to stop at a score by hiting the button 'Stand'. The game can be restarted by clicking 'Deal'