Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.05 KB

WAR -Card Game

Lets-Play-Cards

⏩ WAR Game Rules:

✴ Each player will receive 26 cards, dealt one at a time.

✴Each player turns up a card at the same time and the player with the higher card wins the round.

✴ If the card is the same value... each player will turn up the next card. If the turned-up cards are the same value again then each player will again turn up the next card. The player with the higher card value wins that round and receives a bonus score for each previous tie.

✴ The game ends after 26 rounds have been played. The winner of the game is the player who wins the most rounds and receives the highest score.

Give it a try here Play War - the card game

To run it on your local machine:

1. Clone this frontend repo via your CLI:

use command gh repo clone AlvarezJaimeR/Lets-Play-Cards-FE then, npm install to install the node packages

2. Go to this repo and setup backend on your local machine

Have fun