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
41 changes: 20 additions & 21 deletions Psudeo.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
The game is War.

Rules
The way you play war is all players split the deck equally.
Each turn all players reveal the top card of there decks.
Expand All @@ -8,27 +9,25 @@ if the cards are equal ;
The players with tied cards put a face down card form the top of your deck.
Then a face up card form the top of your deck.
The highest face up card wins and takes all six cards.
The game is over when on player is out of cards.
The game is over when one player is out of cards.

Turns
Each player gets equal cards in there deack
While no player has 52 cards
Each player plays one card from there deck.
if your card is highest;
take the cards.
else if some else has the highest card;
they take the cards.
else atleast 2 players have cards with the same value;
a 'war' starts.
each player in the war plays on card face down.
then on card face up.
if your card is highest;
take the cards.
else if some else has the highest card;
they take the cards.
repeat;
if you have 52 cards you win
you win.

Each player gets equal cards in there deck, deck should be less than 26 and greater than 1
Each player plays the top card from thier deck.
if your card is highest
take the cards
else if someone else has the highest card
they take the cards
else at least 2 players have cards with the same value
a 'war' starts
each player in the war plays on card face down
lastly one card face up
if your card is highest
take the cards
Repeat that process
if you have all 52 cards
you win
else some one else has 52 cards
they win.
you lose.
they win