Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Uno.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand All @@ -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:
Expand Down