/card-game

Card Game

Primary LanguageJavaScript

Ace's High Card Game

Demo is available at https://chris-rudmin.github.io/card-game/

Exercise Details

The Deck class contains a list of cards, a shuffle method and drawOne method. The cards are represented by thier unicode value.

To Run Locally

npm start

To Run Tests

npm test

To Deploy

npm run deploy