Skip to content

↗️ A simple Javascript simulation of the famous Blackjack game.

Notifications You must be signed in to change notification settings

sdas-engineer/blackjack-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Blackjack

GitHub license

Blackjack is a casino banking game. The most widely played casino banking game in the world, it uses decks of 52 cards and descends from a global family of casino banking games known as Twenty-One. This is a simple Javascript simulation of the famous Blackjack game.

Play Demo

Please click "PLAY HERE" to enter the casino - PLAY HERE

Instructions

  • Click "START GAME" button to enter the casion
  • The card number ranges from 1 to 13
  • If the sum of two cards is less than 21, you can draw a new card
  • If the sum of two cards is greater than 21, you are out of the game
  • If the sum of two cards is equal 21, you've a Blackjack!

Happy playing!

Contributing

If you wish to submit improvements to the HTML, or the CSS, then I welcome forks & pull requests.

License

Browser Bookmark is released under MIT license.