Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 403 Bytes

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