This is a web app for playing the Blackjack card game.
Players can hit, stand, double down, and split pairs.
Players can also view some statistics from their previous games (stored in web browser's localStorage).
To play the game, download the ZIP of this repo and open "index.html" in your browser.
How to Run/Update Code (requires Node/npm)
-
Download the ZIP of this repo
-
Find the directory in your shell and run:
npm install
It may take a minute to install everything.
-
In the same directory, run:
npm run webpack
This will listen for changes and update the build.
-
Open your IDE and make any changes.