Skip to content

Commit

Permalink
Add documentation for solution types
Browse files Browse the repository at this point in the history
  • Loading branch information
kflorence committed Sep 25, 2024
1 parent 3819ba7 commit 5af39d3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,30 @@ <h4>Interaction</h4>
</li>
</ul>
</details>
<details>
<summary>Solutions</summary>
<p>
As mentioned in <em>The Basics</em> above, <strong>the requirements for solving each puzzle vary</strong>
and are indicated by the text and icons on the right side of the top toolbar. Generally, solutions will
require that a user meet one or more threshold requirements. Click or tap on an icon below to learn
more about it.
</p>
<details>
<summary><span class="fill material-symbols-outlined" title="Immutable">link</span> - Connections</summary>
<p>
A connection is formed when a beam emitted from one terminus enters an available opening in another terminus
of the same color.
</p>
</details>
<details>
<summary><span class="fill material-symbols-outlined" title="Locked">stacks</span> - Moves</summary>
<p>
A move is stored any time the user makes a decision, generally in relation to taking an action. Note that
some actions may result in multiple moves. For example, if an action causes a beam to enter a portal with
multiple potential exit portals, the resulting decision will result in an additional move.
</p>
</details>
</details>
<details>
<summary>Attributes</summary>
<p>
Expand Down

0 comments on commit 5af39d3

Please sign in to comment.