Skip to content

mlisdev/js-blackjack-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black Jack, Art Deco Style

Screenshots

Original Wireframe of Game

I originally wanted to render the different parts of the game across the screen horizontally but had issues making the CSS grid work in the way I wanted it to. wireframe of game

HTML and CSS Final Game Layout

I switched to a Flexbox column layout and decided to display things vertically. screenshot of final game layout

Technologies Used

  • HTML
  • CSS
  • Javascript (vanilla)

Link & Instructions

  • (https://mlisdev.github.io/js-blackjack-project/)
  • On page load, the game will distribute and sum the 2 cards to you and the dealer.
  • Based on the scores, decide if you want to "hit" your hand or "stay."
  • Once you make your choice, the game will declare a winner.
  • Remember: in Black Jack, you want to try and beat the dealer by getting as close to 21 without going over, AND scoring higher than the dealer.

Icebox Items

  • Render one of the dealer's cards upside down and with a secret value.
  • Improve upon CSS and HTML layout.
  • Include the ability to make bets on the hands before choosing hit or stay.
  • Make buttons invisible on render and have them show up only after hand dealt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published