More actions
m Shortened the introduction |
Added colour to green and orange words |
||
| Line 8: | Line 8: | ||
Nodes are: | Nodes are: | ||
* orange if explored | * <span style="color:orange">orange</span> if explored | ||
* green if adjacent to explored nodes | * <span style="color:green">green</span> if adjacent to explored nodes | ||
* gray if neither explored or adjacent to explored nodes | * gray if neither explored or adjacent to explored nodes | ||
Clicking on a green | Clicking on a <span style="color:green">green</span> node will reveal its contents: if the node is empty, it will turn orange and allow you to further explore adjacent nodes. | ||
Instead of being empty a node may contain: | Instead of being empty a node may contain: | ||