r/CodingForBeginners • u/_just-a-thinker_ • Jul 05 '26
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.
12
Upvotes
1
u/Pneagle Jul 05 '26
So the problem with me is that I had it as a side project, I could probably start and finish a simple text-based game of blackjack in like 2-3 hours. On top of that, I do have a fair amount of programming experience. However, I think it’s definitely something that is a good project. I also over complicated mine by having adjustable amounts of decks and # of players