I think I’m finished with this game, though I still have to make a blog post.
I was considering adding multiple players so I tried to write it with that in mind.
Is it unusual for most of a python program to be a class?
I think I’m finished with this game, though I still have to make a blog post.
I was considering adding multiple players so I tried to write it with that in mind.
Is it unusual for most of a python program to be a class?
I ended up adding the multiplayer part.
Ugh, I was just looking at it today and found errors that I didn’t see since I was so focused on starting with 4 players
Barring more bugs, I’m done with it. I’d appreciate any feedback, are there any bad practices in there? Have I over complicated anything or everything?
Good Idea adding the multi-player, but that may have been too big of a job for the early stages in learning. I considered it at one point but when I thought about all the things you have to consider, I thought I’d take on that challenge once I’d gained a bit more skill. Your code looks great! but one thing every coder needs to do, especially when requesting feedback, is to write comments over blocks of your code explaining what it does. Overwise the coder viewing the code has to figure out how it works from the very beginning, which can get time-consuming the more complex it is. Good job! and keep up the work.
PS. I think I spent way too much time on mine, making sure it was perfect for when I blogged it. Sometimes moving on to the next project is the best thing you can do.
Hello, my name is Louis, I myself really enjoy playing blackjack in real life and I have a lot of fun with it. That’s why I’m quite excited about the idea.
I also like the implementation itself very much.
However, I noticed a few mistakes or rather a few inconsistencies.
The following situation as an example:
My score here was 20 and the dealer’s 15. According to the program, I won even though the round wasn’t actually over. Because in the game the dealer has to draw on 16 or less and stand on 17 or more.
To be precise, the dealer should have drawn again.
Maybe I misunderstood something, applied it incorrectly, or for once the code didn’t work for me.
I want to say that the rest of the program looks pretty interesting to me and you have my respect for it. Keep up the good work and all the criticism I have expressed here is meant as constructive criticism and not as a hate