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

Making an UNO card game in Python – Part 3

Scott Blenkhorne
Views: 4378
Like: 81
In this video, I finish making the UNO card game. Follow along with me as I troubleshoot adding in the functionality of the different types of special cards, including Reverse, Skip, Wild, and Draw cards. Finally I add in the condition allowing a player to win the game.

Possible additions include: Adding in AI players so a user can play against many computer players; Adding in a Score; Saving progress in a text file to allow the player to save their game and continue later on.

Part 1 and Part 2 of this series are linked below.
Making an UNO Card Game – Part 1

Making an UNO Card Game – Part 2