Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 683 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 683 Bytes

blackjack

Simple blackjack game created using HTML, CSS and Javascript.

The code is not the cleanest yet but it functions well as far as I can tell.

How to try it on your own computer:

  1. clone/download
  2. unzip
  3. open index.html in your browser (e.g. open Chrome Browser, press control+o, find and open index.html or double click index.html)
  4. enjoy :)

Future improvements (in no particular order):

  1. Translate functional variables to JSON
  2. Split gameplay attribute to split if delt 2 of the same cards (e.g. two aces)
  3. Money & Beting
  4. Cleaning up the code
  5. Audio sound effects and music
  6. How to play

Version 1.1: Simple blackjack game (improvements to follow)