Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 763 Bytes

File metadata and controls

24 lines (16 loc) · 763 Bytes

Blackjack

A small blackjack game with a friendly dealer named Chip.

Play the game now!

Modifying

This project uses webpack. To modify the JavaScript files, you'll need to first run the following commands:

npm install
npx webpack --config webpack.config.js

After that, webpack will watch the JavaScript files for any changes and generate an updated bundle.js file.

Credit

The heart icon started with the heart icon from Font Awesome as a base. This modified heart icon was then used to create the spade icon as well. View Font Awesome's license.