Java walk through: Blackjack

Learn Blackjack Video Source & Info:

We walk through implementing a Blackjack game (in Java + Eclipse). See the accompanying post at http://techliterate.org/cstream/2013/5/29/blackjack

Source: YouTube

Share this video:
Java walk through: Blackjack

10 thoughts on “Java walk through: Blackjack

  1. you also want to insert an ADDITIONAL statement before the dealerturn that makes sure all players are done. , actually, it should not cycle between players, either. so it should go player 1, then player 2 plays if player1 is done, i also set mine up to allow up-to six players seated at a table with a dealer. and before each player gets their turn, there is a check that all the hands the previous player had are complete.

  2. Hey old pal it's your friend gavin t. I would love to grab a coffee with you buddy. Please get back to me when ya can!

  3. So, I've followed this to the best of my ability, but none of the hands are printing. The game runs in every other aspect, but the cards in the hand do not display, and the game runs indefinitely without any progression, as if there are no cards or points.

    Any idea where I may have gone wrong?

  4. at 3:40 I dont really understand isnt an ace a value of 1 or 11 and jack queen king values of 10?

  5. I love your tutorials! Don't take this the wrong way, but you kind of sound like Jared from Silicon Valley lol.

    Thanks for making these! I hope you're surviving the Carona!

Comments are closed.