Implementation of the interactive card game, Uno. Implementing colors, numeric values, and special actions, such as draw 4, skip, etc. You can read more about the Uno card game rules here: https://service.mattel.com/instruction_sheets/42001pr.pdf
Utilize Inheritance and Polymorphism for object-oriented programming. Used the C++ boost library to incorporate new functionality.