This is a game based on the popular Blackjack.
The game consists of 3 simple steps:
-Click on NEW GAME to start playing.
-Click on HIT to request a card.
-Click on STAND when you want to stop and pass the turn to the cpu.
Enjoy it!!
Developed with HTML, CSS and JavaScript.
To shuffle the cards we used Underscore.js library.
The JavaScript logic applied on this project is part of the learning on the course "JavaScript Moderno" by Fernando Herrera.