diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-06-16 21:09:31 -0500 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-08-20 15:57:20 +0200 |
| commit | 96a4492e6706b9802aec9744db247395f1bf0cbd (patch) | |
| tree | 12a656e600651f1d9ca55fa8d74b43244ca49fc8 /rules/en/rules.md | |
| parent | 06f7814237308d177eae1b3faba294197af9ae30 (diff) | |
| download | muhqs-game-96a4492e6706b9802aec9744db247395f1bf0cbd.tar.gz muhqs-game-96a4492e6706b9802aec9744db247395f1bf0cbd.zip | |
fix linkable rules and support nesting
Diffstat (limited to 'rules/en/rules.md')
| -rw-r--r-- | rules/en/rules.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/rules/en/rules.md b/rules/en/rules.md index 302a96f2..ad90e1a0 100644 --- a/rules/en/rules.md +++ b/rules/en/rules.md @@ -1,6 +1,6 @@ --- title: Muhq's Game Rules -header-includes: '<script src="../js/linkableRules.js"></script>' +header-includes: '<script src="../../js/linkableRules.js"></script>' --- # Ideas {.unnumbered} @@ -64,12 +64,13 @@ packsize = number 1. The pool of cards must have enough cards to be able to separate them in the required amount of packs 1. If there are not enough cards in the pool add a copy of each card and repeat if necessary 2. Start each draft by creating ${Players \cdot rounds}$ randomly distributed packs from the pool -3. ``` -For each round - Each player picks a pack - For each pick - Pick a card from the pack and pass the pack to the next player -``` +3. Process: + ``` + For each round + Each player picks a pack + For each pick + Pick a card from the pack and pass the pack to the next player + ``` # Player Turns |
