UNO/UNO ATTACK C++ Code Samples
Created using Visual Studios.
-
UnoCard.h
Header file for the UnoCard Class.
-
UnoCard.cpp
Implements the functions declared in the previous UnoCard.h file.
-
UnoHand.h
Header file for the UnoHand Class.
-
UnoHand.cpp
Implements the functions declared in the previous UnoHand.h file.
-
UnoGame.cpp
Main file that uses the UnoCard and UnoHand class variables and functions to implement a game of Uno or Uno Attack.




