Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 510 Bytes

File metadata and controls

24 lines (12 loc) · 510 Bytes

Java BlackJack

This is a program to play blackjack written in Java. Session Progress is saved to Database upon completion.

  • Deal random cards to dealer and player

  • Print Dealers Hand (1 hidden) and Players Hand

  • Print Hand Value

  • Prompt to hit or stay?

  • If you stay, dealer hits until value is over 17

  • If you hit, draw one card from deck

  • Continue to prompt hit or stay until you bust or stay.

  • Calculate winner of game and print results

  • Save results to database

  • Thanks for playint!