Selaa lähdekoodia

readme changes for pseudocode.

wes 4 vuotta sitten
vanhempi
commit
b14b098743
1 muutettua tiedostoa jossa 11 lisäystä ja 9 poistoa
  1. 11 9
      Qwixx/README.md

+ 11 - 9
Qwixx/README.md

@@ -4,17 +4,19 @@
 > Qwixx can be played with 2-4 players, it is a probability game requiring quick decisions!
 
 ### Objective
-> Mark off as many boxes as you can before the game ends, points are based off of boxes that are marked off in each row.
+> Mark off as many boxes in each row as you can before the game ends, points are multiplicative, therefore you want to mark off as many boxes in a single row as possible for maximum points.
 
 ### Set up
-> `rollDie`
-> `markBox`
-> boxes removed from play
-> row removed from play (also remove corresponding colored die)
+> * `rollDie`
+> * `markBox`
+> * boxes removed from play
+> * row removed from play (also remove corresponding colored die)
 
 ### Contents
-> Score chart
-> Die
+> Something to represent the player 
+> Something to calculate score
+> End turn (locks in boxes & "greys out prior boxes if applicable")
+> Something to represent the die 
 
 ## Rules
 > End of Round
@@ -27,6 +29,6 @@
 
 ## How to Play
 > Active Player
->> The active player is the player that is responsible for rolling the die. The active player is allowed to score twice on his/her turn if they choose to do so. First, they can score by adding up the sum of the white die. Second, they can score again by adding one white die with one of any colored die.
+>   - The active player is the player that is responsible for rolling the die. The active player is allowed to score twice on his/her turn if they choose to do so. First, they can score by adding up the sum of the white die. Second, they can score again by adding one white die with one of any colored die.
 > Other Players
->> Other players may only score on the active player's turn by adding the sume of a white die with one of any colored die.
+>   - Other players may only score on the active player's turn by adding the sume of a white die with one of any colored die.