From 0c38cde9a75a27dfb76f16631ff5cd54ec2d75c5 Mon Sep 17 00:00:00 2001 From: heminlim <31770268+heminlim@users.noreply.github.com> Date: Thu, 26 Oct 2017 08:22:41 -0500 Subject: [PATCH] Update Uno.txt --- Uno.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Uno.txt b/Uno.txt index a6085e2..c679cf3 100644 --- a/Uno.txt +++ b/Uno.txt @@ -34,16 +34,16 @@ Define face cards as: Repeat until all players have 10 cards //card order doesn't matter kiddo, you're making it harder for yourself Player puts cards in ascending xor descending order: - Repeat until all players have sorted thier cards + Repeat until all players have sorted thier cards. Rest of Cards = draw pile First player puts down any card in the middle to start the playing pile: - Turn is over and the next player's turn starts + Turn is over and the next player's turn starts. Next player's turn: If there is a face card at the top of the playing pile: - then current player must oblige and their turn is over + then current player must oblige and their turn is over. If player has a card with a matching suit or number to the top card of the playing pile: then they put it down and turn is over: else : @@ -53,12 +53,12 @@ Define face cards as: If player has multiple cards that they can put down: then they must choose only 1 card at random: If player takes a Joker from the top of the draw pile: - then they must take additional 2 cards from the draw pile + then they must take additional 2 cards from the draw pile. If draw pile empties: then turn the playing pile face-down and start new playing pile with the top card of the new draw pile: If player has one card left at the end of their turn: - then they must say "uno" - Turn is over and the next player's turn starts + then they must say "uno". + Turn is over and the next player's turn starts. Repeat previous selection until a player has 0 cards: If a player has 0 cards: