This is a simple game of blackjack that will run on browser. Most of the game's logic is written using core JavaScript and the UI is implemented using HTML and Bootstrap.
- A browser (developed using Google Chrome)
- Internet connection to use Bootstrap scripts
Navigate to the directory where you wish to 'clone' the repository and run 'git clone' command, this will create a local 'blackjack' repository in your machine.
Open up the 'index.html' file using a browser.
- Click on
New Game
button to start a new new game - Click on
Stay
button to stick - Click on
Hit Me !!!
button to ask the dealer for another card
- Improve the UI
- Improve the game, it is functional however not fully completed