Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

#Blackjack Game Created the popular blackjack game using JavaScript, HTML and CSS

About the Game:-

  1. Pick a card randomly
  2. Until the sum is less than 21 we can pick up the cards.
  3. But as soon we get a sum equal to 21 it is said to be BLACKJACK.
  4. If the sum exceeds 21 we cannot move in the game further.

Capture Capture1 Capture 3