Skip to content

Commit

Permalink
Add layout and dice roll to guide
Browse files Browse the repository at this point in the history
  • Loading branch information
yawnoc committed Nov 24, 2023
1 parent 97e8669 commit 2937428
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 2 deletions.
25 changes: 24 additions & 1 deletion guide/index.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
OrdinaryDictionaryReplacement: #.boilerplate-properties-override
- queue_position: BEFORE #boilerplate-properties
* %title --> Guide
* %date-modified --> 2023-11-22
* %date-modified --> 2023-11-25

%%%

Expand All @@ -21,6 +21,8 @@ The game should be played according to player consensus.
Quick links:
--
====
- [Layout & dice roll]

- [Tiles]
==
- [Numbered suits]
Expand All @@ -40,6 +42,26 @@ Quick links:
====


##{#layout} Layout & dice roll

--
The following diagrams show a top-down view of the initial four-wall layout.
The numbered markers indicate (for each dice roll total)
the initial position for drawing tiles.
--
===={.spacious}
- 18-column walls:
||
![Diagram of layout.](/res/mahjong-wall-18-columns-with-start.svg)
||

- 17-column walls (no flowers):
||
![Diagram of layout.](/res/mahjong-wall-17-columns-with-start.svg)
||
====


##{#tiles} Tiles

--
Expand Down Expand Up @@ -423,6 +445,7 @@ in particular the [Details section].
--


[Layout & dice roll]: #layout
[Tiles]: #tiles
[Numbered suits]: #numbered-suits
[Unnumbered suits]: #unnumbered-suits
Expand Down
25 changes: 24 additions & 1 deletion guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ <h1>Guide</h1>
</p>
<ul>
<li>
<a href="#layout">Layout &amp; dice roll</a>
</li>
<li>
<a href="#tiles">Tiles</a>
<ul>
<li>
Expand Down Expand Up @@ -76,6 +79,26 @@ <h1>Guide</h1>
<a href="#scoring">Scoring</a>
</li>
</ul>
<h2 id="layout"><a href="#layout" class="permalink" aria-label="Permalink"></a>Layout &amp; dice roll</h2>
<p>
The following diagrams show a top-down view of the initial four-wall layout.
The numbered markers indicate (for each dice roll total)
the initial position for drawing tiles.
</p>
<ul class="spacious">
<li>
18-column walls:
<div>
<img alt="Diagram of layout." src="/res/mahjong-wall-18-columns-with-start.svg">
</div>
</li>
<li>
17-column walls (no flowers):
<div>
<img alt="Diagram of layout." src="/res/mahjong-wall-17-columns-with-start.svg">
</div>
</li>
</ul>
<h2 id="tiles"><a href="#tiles" class="permalink" aria-label="Permalink"></a>Tiles</h2>
<p>
The tile icons used in this guide are licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>,
Expand Down Expand Up @@ -525,7 +548,7 @@ <h2 id="scoring"><a href="#scoring" class="permalink" aria-label="Permalink"></a
</p>
<footer>
Source: <a href="https://github.com/perthmahjongsoc/perthmahjongsoc.github.io/blob/master/guide/index.cmd"><code>guide/index.cmd</code></a>.
Last modified: <time datetime="2023-11-22">2023-11-22</time>.
Last modified: <time datetime="2023-11-25">2023-11-25</time>.
</footer>
</body>
</html>
163 changes: 163 additions & 0 deletions res/mahjong-wall-17-columns-with-start.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2937428

Please sign in to comment.