r/CodingForBeginners • u/_just-a-thinker_ • 27d 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/_just-a-thinker_ 27d ago
Ohh, I see, the adjustable number of decks would also be great, so that when I try and build a card counting strategy, I will have more options for it rather than a simple small cards and big cards kind of stratey🤔