Skip to content

Latest commit

 

History

History
executable file
·
36 lines (21 loc) · 1.08 KB

File metadata and controls

executable file
·
36 lines (21 loc) · 1.08 KB

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

  • 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

Future improvements

  • Improve the UI
  • Improve the game, it is functional however not fully completed