How to code a BlackJack game in Java for beginners! Learn how to create a game of Black Jack in Java using the awt and swing graphics library.

You will learn how to create a deck, shuffle it, and deal cards to the dealer and the player. You will also learn to hit (draw cards) and stay (submit your hand) and compare the results to see who wins the round. After learning how to set up the game logic, you will learn how to create a graphical user interface (GUI) to display the player cards and update when you click hit or stay.

Setup Java with Visual Studio Code:
https://youtu.be/BB0gZFpukJU

Download Cards Asset here!
Code: https://github.com/ImKennyYip/blackjack-java

Website: https://www.kennyyipcoding.com/

Java Game Programming Projects Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4Y1XQOqNsL9Fgg_p6nYhcng

JavaScript Game Programming Projects Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4bLhA-st9sC4ZthyV7nsL2Q

Subscribe for more coding tutorials !