92AM / blackjack

Simple game of blackjack using HTML, Bootstrap and core JavaScript.
https://92am.github.io/blackjack/
0 stars 0 forks source link

blackjack

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.

Dependencies

Installation

Requirements

Get code base

git clone https://github.com/92AM/blackjack.git

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.

Loading blackjack

Open up the 'index.html' file using a browser.

Playing blackjack

Future improvements