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
18 changes: 13 additions & 5 deletions rules.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
The goal is to be the first player to win all 52 cards
OBJECTIVE:
The goal is to be the first player to win all 52 cards\

THE DEAL
The deck is divided evenly, with each player receiving 26 cards, dealt one at a time, face down. Anyone may deal first. Each player places his stack of cards face down, in front of him.
VALUE OF CARDS IN ASCENDING ORDER:
Ace (Can be counted as highest card or lowest card)
1-10
Jack
Queen
King

THE PLAY
Each player turns up a card at the same time and the player with the higher card takes both cards and puts them, face down, on the bottom of his stack.
THE DEAL:
The deck is divided evenly, with each player receiving 26 cards, dealt one at a time, face down. Anyone may deal first. Each player places his stack of cards face down, in front of him.

THE PLAY:
Each player turns up a card at the same time.
The player with the higher card of value takes both cards and puts them, face down, on the bottom of his stack
If the cards are the same rank, it is War. Each player turns up one card face down and one card face up. The player with the higher cards takes both piles (six cards). If the turned-up cards are again the same rank, each player places another card face down and turns another card face up. The player with the higher card takes all 10 cards, and so on.

HOW TO KEEP SCORE
Expand Down