Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 557 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 557 Bytes

JS-App

A javascript, Html and css BlackJack Game that allows users to select two ranom cards and then compares their sum against blackjack(21). The game proceeds as long as the isalive is true(blackjack has not been attained) and relevant ouput is displayed to the user's console. The game exists if the blackjack(21) is surpassed and the user is hinted on how to proceed playing.(press start button to restart the Game and draw another card)

Gives users a seamless GUI . very easy to understand when playing the game even for the first time