Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 511 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 511 Bytes

UNO Game

This is my first python project based on Object Oriented programming.

UNO is card game played with a specially printed deck. Each player starts with 7 cards and the first one to finish all the cards WINS. There are two types of cards: Number Cards- Ranging from 0-9 Action Cards- Skip, Reverse, Draw 2, Draw 4, Wild. There are 4 colors of cards: Red, Green, Blue, Yellow. Total number of cards in deck: Number cards(0-9): 2x4 each
Skip, Reverse, Draw 2: 2x4 each Draw 4, Wild: 4 (no colors)