Skip to content

Basic blackjack web game application. Do you have what it takes to defeat the dealer?

Notifications You must be signed in to change notification settings

eubieald/jack-is-black

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic HTML, CSS and JS Blackjack Example Project

The objective of Blackjack is to beat the dealer by having a hand value closer to 21 without exceeding it. A hand with a total value over 21 results in a bust and a loss.

This project is an example that was built along with a Youtube series however I customized the project criteria and implemented a lots of custom features in this BlackJack game.

  • arrays
  • objects
  • booleans
  • if else statements
  • comparison operators
  • logical operators
  • for loops
  • The Math object
  • return statements

Demo Site:

https://eubieald-blackjack-game.netlify.app/

How to tweak this project for your own use:

I would recommend you to clone and rename this project so that you can use it for your own needs as it is an example project. This boilerplate is a nice place to start.

Find a bug?

Please use the issue tab above to report any problems you encountered or suggestions you have for improving this project. Please make mention to the issue you created if you would like to submit a pull request. I'm grateful.

About

Basic blackjack web game application. Do you have what it takes to defeat the dealer?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published