Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update uno #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
6 changes: 4 additions & 2 deletions uno
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ The first player is normally the player to the left of the dealer and gameplay u

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.
You have to match either by the number, color, or the symbol/Action. // Make a enum for Card

Each player starts off with 7 cards // Use an array of Card

If:
The player has no matches or they choose not to play any of their cards even though they might have a match
Expand Down Expand Up @@ -46,4 +48,4 @@ The moment a player has just one card they must yell “UNO!”.



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