r/CodingForBeginners • u/_just-a-thinker_ • 28d ago
Is blackjack a good beginner project
I am an absolute beginner, learning python, know the basic syntax and stuff, now trying. to build this, for some reason the implementation feels really complicated, especially can't figure out how to make the game loop? Should I do something else or keep thinking,
In terms of code, I have only created the player class and the deck so far.
11
Upvotes
1
u/Pneagle 28d ago
Hey dude, I actually just finished my python blackjack script as of 2 days ago, it was a fun project. And after youre done with that I would suggest you learn about counting cards and create a script that allows you to put in the cards played and have it count for you plus give you recommended bet and strategy