Skip to content

Synic-dx/blackJack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blackJack

About

A card game made with Javascript. Users have an initial balance ($5000) and can choose bet amount via three buttons that auto-selects a card out of a deck of 52. After selecting the bet amount and starting the game, users can choose to Draw (Hit, draws another card) or Hold (Stand, doesn't draw any more card) or Double (draws another card and doubles bet). Whoever's card value is closest to 21 (but doesn't cross 21) wins the round and increases their balance.

Note

I have not added splice method to remove drawn cards from the deck to keep it simpler.

Game has one error to be fixed

Game accepts one userDraw even after dealer busts.

Screenshots

image

image

image