Skip to content

Commit

Permalink
Small manual changes (#1677)
Browse files Browse the repository at this point in the history
* Make Chess condensed printable

* Add extra row for "Nothing" to Yahtzee condensed

* Change "gets" to "scores" in RPSLS reworded

* Add extra clarity in default RPSLS manual

* Add PDF support for Playfair Cipher
  • Loading branch information
mathgeniuszach authored Jan 14, 2025
1 parent 247cc26 commit 3982451
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@
width: 43px !important;
height: 43px !important;
}

@media print {
.pieces, input, label {
display: none !important;
}
}
</style>
</head>
<body>
Expand Down Expand Up @@ -340,7 +346,7 @@ <h2>On the Subject of Chess</h2>
<tr><th class="corner">1</th><td class="black"></td><td class="white"></td><td class="black"></td><td class="white"></td><td class="black"></td><td class="white"></td></tr>
<tr><td class="corner"></td><th class="corner">a</th><th class="corner">b</th><th class="corner">c</th><th class="corner">d</th><th class="corner">e</th><th class="corner">f</th></tr>
</table>
<div class="vstack top">
<div class="vstack top pieces">
<button class="piece selected">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -3 20 20" id="marker">
<path d="m11.1 0.644a2 2 0 0 1 2.791 0.036l1.433 1.433a2 2 0 0 1 0.035 2.791l-0.413 0.435-8.07 8.995a0.5 0.5 0 0 1-0.372 0.166h-3a0.5 0.5 0 0 1-0.234-0.058l-0.412 0.412a0.5 0.5 0 0 1-0.354 0.146h-2a0.5 0.5 0 0 1-0.354-0.854l1.412-1.412a0.5 0.5 0 0 1-0.058-0.234v-3a0.5 0.5 0 0 1 0.166-0.372l8.995-8.07z" fill="#000"/>
Expand Down Expand Up @@ -422,4 +428,4 @@ <h2>On the Subject of Chess</h2>
</div>
</div>
</body>
</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,15 @@
#ciphertext {
width: 150px;
}

@media print {
input::placeholder {
color: transparent;
}
button {
display: none;
}
}
</style>
</head>
<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h2>On the Subject of&nbsp;<span class="squeeze">Rock-Paper-Scissors-Lizard-Spoc
</p>
<p>
Next, go through the rows of the following table from top to bottom
and determine the highest-scoring sign in each row. A sign gets one point
and determine the highest-scoring sign in each row. A sign scores one point
per object in it's column (letter or number in the serial number,
port, etc.) that exists on the bomb (e.g., 2 A's in the serial number gives
2 points to some sign). Skip the row if the object in the "Skip On" column
Expand Down
10 changes: 6 additions & 4 deletions HTML/Rock-Paper-Scissors-Lizard-Spock.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,12 @@ <h2>On&nbsp;<span class='squeeze'>the&nbsp;<span
</p>
<p>
Next, go through the rows of the following table and determine the
highest-scoring sign in each row. Stop at the first row in which
there’s no tie and the highest-scoring sign is not the decoy.
Then press the signs on the module that beat this sign.
If no row applies, press all signs except the decoy.
highest-scoring sign in each row. A sign scores one point per object
in its column (letter or digit in the serial number, port, etc.) that
exists on the bomb (e.g., 2 As in the serial number gives 2 points).
Stop at the first row in which there’s no tie and the highest-scoring
sign is not the decoy. Then press the signs on the module that beat
this sign. If no row applies, press all signs except the decoy.
</p>
<p>
Which sign beats which? It’s very simple. Scissors cuts paper.
Expand Down
1 change: 1 addition & 0 deletions HTML/Yahtzee condensed (mathgeniuszach).html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ <h2>On the Subject of Yahtzee</h2>
<tr><td>else if RCA</td><td>keep <span class="white">white</span></td></tr>
<tr><td>else if RJ</td><td>keep <span class="black">black</span></td></tr>
<tr><td>else</td><td>keep <span class="yellow">yellow</span></td></tr>
<tr><th colspan="2">Nothing</th><td colspan="2">reroll everything</td></tr>
</table>
<small>Dice of the same value of the dice to be kept here may also be kept.</small>
</div>
Expand Down

0 comments on commit 3982451

Please sign in to comment.