
Making an UNO card game in Python – Part 2
Scott Blenkhorne
Views: 6154
Like: 117
In this video, I continue creating an UNO card game in Python. Follow with me as I troubleshoot deciding what functions I need to allow the user to draw a card, verify that they are able to play a card based on what is on the discard pile, and setup the main while loop of the game.
In the next video I’ll be adding in the functionality that applies the effect of Draw cards, Wild cards, Skip cards, and Reverse cards.
Go back to Part 1 –
Go to Part 3 –
29.01.2022
Playerhand not defined error for me
Hi. Your code is all over the place and within one script. I'm going to have a lot of fun practicing code refactoring. I am still learning so it will be a project. Thank you for making this game.
Thanks a lot Scott! I've learned Python with the same way. My mentor created game real-time and I watched how he's thinking. You're doing good stuff! Like!
38:58 when i press play and i put 2 players, it said list index out of range. What does that mean? please help
Hello sir
I've spent an additional hour and half rebuilding my game from scratch a second time, but both versions of my game have the same serious bug in it: it doesn't allow player to change color of pile by value, thinks it's an invalid play. Did anybody else have this same bug, or any idea how to correct it?
Hello Mr Blenkhorn, i am thanking you so much about that your video series about making an uno card game. You helped me a lot about my cse 101 homework. And your way of telling is really good. It helps me understand the logic of coding.
Thank you so much for the video, I was trying to make a game of a local card game we have in Morocco and your videos helped me with the cards with special effects, great series all around, thank you very much.
I really have to say, this is actually one of the best tutorials I've watched.
It really shows one the way of thinking and tackling a problem.
Usually I don't comment on videos but this had to be said!
Thanks Scott! You're helping a lot!
a god 🔥💪🏽
I have seen this 3 times , still very complex but I have the feeling that every run I'm getting closer to understanding a little bit extra.
What if a wild card is on the top of the discard pile?
You need to fix the "Go the Part 3' link in your description. It should be https://www.youtube.com/watch?v=cVX7hR3bX7A
This is a great series! Btw, I just noticed both links in description are the same 😛
17:49
Thank you for the video, learned alot of helpful stuff in this one, keep up the good work