mirror of https://github.com/dirtbags/moth.git
Merge branch 'master' of fozzie.woozle.org:projects/ctf
This commit is contained in:
commit
84afee3e42
|
@ -29,7 +29,7 @@
|
||||||
<p>
|
<p>
|
||||||
Many of the categories are in the form of
|
Many of the categories are in the form of
|
||||||
multiple <em>puzzles</em>: for each puzzle presented, a
|
multiple <em>puzzles</em>: for each puzzle presented, a
|
||||||
case-sensitive answer must be found to recieve the amount of
|
case-sensitive answer must be found to receive the amount of
|
||||||
points that puzzle is worth. Any team may answer any puzzle
|
points that puzzle is worth. Any team may answer any puzzle
|
||||||
question at any time. A new puzzle is revealed when a team
|
question at any time. A new puzzle is revealed when a team
|
||||||
correctly answers the highest-valued puzzle in that category.
|
correctly answers the highest-valued puzzle in that category.
|
||||||
|
@ -38,12 +38,20 @@
|
||||||
|
|
||||||
<h2 id="tokens">Tokens</h2>
|
<h2 id="tokens">Tokens</h2>
|
||||||
<p>
|
<p>
|
||||||
Tokens are strings redeemable once for a single point each. A
|
Tokens are strings redeemable once for points. They take on
|
||||||
|
two forms: a single or multipoint token. A single point
|
||||||
token for the "example" category might look like this:
|
token for the "example" category might look like this:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>example:xylep-radar-nanox</pre>
|
<pre>example:xylep-radar-nanox</pre>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
A 42 point
|
||||||
|
token for the "example" category might look like this:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<pre>example:42:xihyp-ropar-nanix</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Tokens are typically associated with "live" categories, such as a
|
Tokens are typically associated with "live" categories, such as a
|
||||||
network-based service or a treasure hunt. Tokens can be submitted
|
network-based service or a treasure hunt. Tokens can be submitted
|
||||||
|
|
Loading…
Reference in New Issue