From adf2337caec6e121f376ee9534ba3fd510813c03 Mon Sep 17 00:00:00 2001 From: connorfrogman3 <31770295+connorfrogman3@users.noreply.github.com> Date: Fri, 27 Oct 2017 08:26:33 -0500 Subject: [PATCH] Connor Castillo Assignment 4 Pull request --- Uno.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Uno.txt b/Uno.txt index f73ca7d..f95dc77 100644 --- a/Uno.txt +++ b/Uno.txt @@ -22,7 +22,7 @@ Define face cards as: Define order of players: //doesn't really matter,make it random rock paper scissors for who goes first. First player = player with the oldest birthday - Next player = player with the next oldest birthday + Next player = counter clockwise Repeat until all players have been named //make integer carts with a value of ten int Cards = 10;