Skip to content

fuzzyJess/Blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

Blackjack game

This is a simple command line game where a single player can have a hand of Blackjack against an automated dealer. The dealer will automatically stand on a hand of 17 or above.

How to run

install dependencies and start game

> npm i 
> npm start

run all test suites

> npm test

Next steps

  • Adjust to allow for multiple players
  • Incorporate more of the Blackjack rules, like allowing a player to choose to split a hand when dealt two cards with a value of 10.
  • Enable players to place bets before playing and keeping a record of their winnings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published