From 63a903c8aec894b7d39a952ef7a9cd9b0e50ddff Mon Sep 17 00:00:00 2001 From: DenialHandrails <31861696+DenialHandrails@users.noreply.github.com> Date: Tue, 2 Oct 2018 14:29:22 -0500 Subject: [PATCH] Update uno --- uno | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/uno b/uno index 05ad7f5..a9baee2 100644 --- a/uno +++ b/uno @@ -4,7 +4,9 @@ The first player is normally the player to the left of the dealer and gameplay u Every player views his/her cards and tries to match the card in the Discard Pile. -You have to match either by the number, color, or the symbol/Action. +You have to match either by the number, color, or the symbol/Action. // Make a enum for Card + +Each player starts off with 7 cards // Use an array of Card If: The player has no matches or they choose not to play any of their cards even though they might have a match @@ -46,4 +48,4 @@ The moment a player has just one card they must yell “UNO!”. -Once a player has no cards remaining, the game round is over, points are scored, and the game begins over again. +Once a player has no cards remaining, the game round is over, points are scored, and the game begins over again. // Make a loop for the entire game