Making an UNO card game in Python - Part 2 - notanothergamestore.com

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 –