From 8c6d03e2609e940f7cc1dc582d0b25cb5009d4a7 Mon Sep 17 00:00:00 2001 From: nerfnerf123 <30961308+nerfnerf123@users.noreply.github.com> Date: Thu, 19 Oct 2017 11:55:48 -0500 Subject: [PATCH] address condition --- Mamadou psuedo code | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Mamadou psuedo code b/Mamadou psuedo code index f1acd2c..67964b3 100644 --- a/Mamadou psuedo code +++ b/Mamadou psuedo code @@ -27,8 +27,12 @@ First three rounds: (6) Start the games by flipping a coin to determine who will put the second card on the center; - (7) If{ <> is chosen, they must place a <> that is similar in suit or in number to the <
>; - + (7) If{ <> is chosen, they must place a <> that is similar in suit or in number to the <
>; // what if they don't have a card that meets these conditions? + /* + if( <> does NOT have a valid card) { + <> pick up two <> from side pile; + } + */ (8) <> puts a card that is higher <>, which forces player 2 to either pick up two < from the side pile or pick up all the center pile; (9) <> chooses to take the center pile;}