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

Making an UNO card game in Python – Part 1

Scott Blenkhorne
Views: 9948
Like:
In this tutorial, I walk you through how to create an UNO card game in Python using lists, and following a top-down design. I try to give detailed explanations at each step so you understand not only how to do it, but why you’re doing each step.