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
46 changes: 12 additions & 34 deletions uno
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,22 @@ Every player views his/her cards and tries to match the card in the Discard Pile

You have to match either by the number, color, or the symbol/Action.

If:
The player has no matches or they choose not to play any of their cards even though they might have a match

Then:
they must draw a card from the Draw pile.

There are two different ways to play regarding drawing new cards.

If:
a card that matches is drawn

then:
the player can discard it if it is a match,


If:
a card that doesn't match is drawn

Then:
the play passes on to the next player.



The other type is where players continue to draw cards until they have a match.
If the player has no matches, or they choose not to play any of their cards:
They must draw a card from the Draw pile.

If you must draw:
If a card that matches is drawn:
The player can discard it.

If a card that doesn't match is drawn:
The play passes on to the next player.

The game continues until a player has one card left.


The moment a player has just one card they must yell “UNO!”.


If:
they are caught not saying “Uno” by another player before any card has been played
If a player has just one card:
They must yell “UNO!”.

then:
the player must draw two new cards.


If they are caught not saying “Uno” by another player before any card has been played:
The player must draw two new cards.

Once a player has no cards remaining, the game round is over, points are scored, and the game begins over again.