The Blackjack GameJavascript

Simplified version
of the blackjack game

Project description

The project simulates a simplified version of the blackjack game. The initial turn belongs to the user who, by pressing the Hit key, starts the game. At the end of his play, the user presses the Stand key thus giving the turn to the computer. Once the computer finishes playing the two scores are compared and the winner is selected. Finally, the table containing the number of wins-losses-draw is updated.

gameplay

The operation of the program is carried out in Javascript while the graphic interface is dedicated interaction with the user was created in HTML, CSS and Bootstrap.

View the code