Creating a Blackjack game in Python

Learn Blackjack Video Source & Info:

We’ll be creating a CLI (Command-Line Interface) Blackjack game using Python. This is a great project for beginners, helping you learn concepts such as classes and making something you can play and have fun with.

The source code is down below on Github if you want to follow along or play the game for yourself! I highly recommend you also try to alter the game in any way, perhaps even alter the game to another playing cards game, such as poker!

If you enjoyed the video, don’t forget to leave a like and subscribe as I drop content like this ever week!

0:00 Intro
0:14 Explain Blackjack
1:28 Designing the Game
2:38 Coding the Game
5:23 Outro

#Python #Blackjack #PythonGames

Source code: https://github.com/aphrx/py_blackjack

If you have any questions about the project or want to join the channel discord, come join us here: https://discord.gg/8Ngzp6YKuR

Source: YouTube

Share this video:
Creating a Blackjack game in Python

10 thoughts on “Creating a Blackjack game in Python

  1. Comment down below if you have any ideas for future videos and make sure you smash that like button!

  2. can you suggest a website or something which explains the functions you used elaborately

  3. If you were to add a gui over the top of this with tkinter, would it make more sense to make a 5th class for the gui, or to redo the 4th blackjack class with all the gui stuff?

  4. how did u use the suit symbols?? its in the 5th line of the code on the first bit…plz lemme know

  5. I really like the code and the structure of the video. Definitely helps me with my current project. So take my like. What I find hard with this video is, to follow your voice. It is relatively fast from a non-native speaker perspective and, for lack of a better term, muddy.

Comments are closed.