Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 707 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 707 Bytes

Blackjack

A simple MVP Blackjack game Using knowledge of objects and classes

Getting Started

On console run the following command npm startto start the game. The game will generate a deck of cards and automatically deal cards to you and a dealer.

Rules

  • You must have a hand value larger than the dealer
  • If you have a hand value larger than 21 you lose

Features

  • Basic Blackjack game running in the console
  • Gif of game

Collaborators

  • Roberto Sanchez - Initial work - Zyxel-1
  • Dean Sumitro - Initial work - dsumitro