Skip to content

kimbaldeo/Blackjack-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

Overview

Blackjack is a casino card game played against the Dealer. In this implementation of Blackjack, the Player competes against the Dealer to achieve a hand that gets as close to 21 points as possible without going over. This version of Blackjack only includes functionality for one player against the dealer.

Technologies Used

This implementation of Blackjack makes use of HTML, CSS and Javascript are used to create the main elements of the game structure and functionality. Ascii Code is in the rendering of the playing cards.

Game-play

Imgur Imgur Imgur

Play

https://kimbaldeo.github.io/Project1_Blackjack/

Future Iterations

  1. The ability to make bets before each hand and track the total bets won and lost
  2. Animations for the shuffling, dealing and flipping of cards
  3. More depth to the dealerPlay function, showing the turn of the dealer rather than the final outcome for more realism.
  4. The option to "split" during the game, a move when the player splits their hand into 2 and plays each hand.

About

Project 1 BlackJack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors