diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2022-09-25 15:27:31 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2022-09-25 15:27:31 +0200 |
| commit | 1264d417afb4b2fb78b311323a95483e7ea81cdc (patch) | |
| tree | 02ce514e4a7af2b749ce04b3a2d72b974bbcadad | |
| parent | 33089a99a56426917f95e2fba1899397ccf73d89 (diff) | |
| download | muhqs-game-1264d417afb4b2fb78b311323a95483e7ea81cdc.tar.gz muhqs-game-1264d417afb4b2fb78b311323a95483e7ea81cdc.zip | |
improve the rules html page
Clarify that the official rules are the English ones.
Reword the describtion of the linked pages.
| -rw-r--r-- | html/rules.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/html/rules.md b/html/rules.md index 75a1ca13..3aae8a0b 100644 --- a/html/rules.md +++ b/html/rules.md @@ -1,7 +1,9 @@ % Muhq's Game rules -Rules are available in german and english. +Rules are available in English and German. +The English ones are considered the *official* ones and all other translations are +only secondary and probably less up-to-date or accurate. -* [Base rules](rules/en/rules.html) [[de](rules/de/rules.html)] - everything you know to play the game -* [Common tiles](rules/en/tiles.html) [[de](rules/de/tiles.html)] - all tiles used on the maps +* [Comprehensive rules](rules/en/rules.html) [[de](rules/de/rules.html)] - all rules defining the game +* [Common tiles](rules/en/tiles.html) [[de](rules/de/tiles.html)] - tiles used on the maps * [AI](rules/en/ai.html) [[de](rules/de/ai.html)] - algorithms for controlling units |
