Just Finish Black Jack Game!


So, I have just finished my second milestone of following one of Udemy course, Python Bootcamp. The task is to make the Black Jack game by using Python.

The first time I saw the task, I felt that this task was too hard. It's because I have no idea what Black Jack works, and I think it's just too advance because I need to imply Class which I don't familiar with.

Then I touched this milestone little by little. First, I need to understand how it works. It's a game between a dealer and players (1-6 players) to bet the cards can be summarize as 21 or the player has bigger score than the dealer but less or same than 21. There are some rules that I am lazy to tell you know. But I will share you a series that I found and is really helpful. The lady that appears in the video is really good to explain it.

How I wrote the code


First, I declare some global variables, tuples, and dictionary. (continue)


My Black Jack Script

Share:

0 komentar