From 6ba807db3e3cda5a93e42dab4f0474cd20c84b2e Mon Sep 17 00:00:00 2001 From: DenialHandrails <31861696+DenialHandrails@users.noreply.github.com> Date: Tue, 2 Oct 2018 14:34:34 -0500 Subject: [PATCH] Update Card Game Code --- Card Game Code | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Card Game Code b/Card Game Code index eacc88d..007f6fe 100644 --- a/Card Game Code +++ b/Card Game Code @@ -3,9 +3,9 @@ Card Game: Uno //Sequence Instructions" -1) Gather at least one other person to play against you. +1) Gather at least one other person to play against you. // Split hands into arrays 2) Use a deck of UNO cards. -3) Choose a dealer by having each player pick one card. +3) Choose a dealer by having each player pick one card. // Loop by adding on card to each array 4) Deal each player seven cards and place the remaining cards face down in the middle of the table. 5) Turn over the top card of the draw pile and place this card next to the draw pile to form the discard pile. 6) Take turns beginning with the player to the dealer's left and go clockwise around the table.