Skip to content

Commit

Permalink
Update GAME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasVos authored Feb 29, 2024
1 parent 0f2ce45 commit 0330a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GAME.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You get a score sheet with 44 empty spaces on it. You can expect two different

On a turn, the computer rolls two six-sided dice. You then write the results, e.g. 1 and 4, in empty spaces in the provided pattern, with each number being in the mirrored space of the other. If, say, you place the 1 in the leftmost space of the top row, then you must place the 4 in the rightmost space of the top row. The position you choose on the left side of the split also determines the position where to put you other number on the right side of the split.

After 22 dice rolls, your pattern will be filled. Each 1 on its own — that is, with no other 1s orthogonally adjacent — scores 1 point; each set of two 2s that have no other orthogonally adjacent 2s score 2 points; and so on up to a set of six 6s with no other orthogonally adjacent 6s being worth 6 points.
After 22 dice rolls, your pattern will be filled. Each 1 on its own — that is, with no other 1s orthogonally adjacent (vertical and horizontal but not diagonal) — scores 1 point; each set of two 2s that have no other orthogonally adjacent 2s score 2 points; and so on up to a set of six 6s with no other orthogonally adjacent 6s being worth 6 points.

There are two special cases:
A starred space is present on each half of the pattern, and a scored group that contains this starred space has its points doubled.
Expand Down

0 comments on commit 0330a4b

Please sign in to comment.