Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 659 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 659 Bytes

React/Redux implementation of Port Royal

Port Royal is a popular card game and I have decided to make its React/Redux implementation to challenge myself in complex state changes.

The game is not completely done, I am working on it...

Dictionary

  1. Destroy card - the card is completely removed from the game
  2. Discard card - the card is moved to the discard pile
  3. Turn - a time in the game with the same active player
  4. Round - a round consists of two phases. First phase is called Discover and the second one Trade. A round is following: DP - P1, TP - P1, P2, P3, P4
  5. Offered cards - the cards that have been discovered in the discover phase