Skip to contentThe Uno card game written in C++.
Instructions----------
To play a card, type play [card_index] when prompted to enter an action, [card_index] is the number of the card you want to play in the list, so for example:
1, 4, 2, 5, 6, 3
If I wanted to play the 4, I would type play 1.
To take a card from the deck, type take, and type quit to quit the game.
Change log-------------
Added start menu with help option that shows instructions.