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:
- clone/download
- unzip
- open index.html in your browser (e.g. open Chrome Browser, press control+o, find and open index.html or double click index.html)
- enjoy :)
Future improvements (in no particular order):
- Translate functional variables to JSON
- Split gameplay attribute to split if delt 2 of the same cards (e.g. two aces)
- Money & Beting
- Cleaning up the code
- Audio sound effects and music
- How to play
Version 1.1: Simple blackjack game (improvements to follow)