about summary refs log tree commit diff stats
path: root/html/broughlike/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/broughlike/about.html')
-rw-r--r--html/broughlike/about.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/html/broughlike/about.html b/html/broughlike/about.html
index 0811f77..3bcfa25 100644
--- a/html/broughlike/about.html
+++ b/html/broughlike/about.html
@@ -8,6 +8,7 @@
     <style>
         body {
             background-color: #f0f0f0;
+            font-size: x-large;
             padding: 1em 2em;
         }
     </style>
@@ -17,11 +18,15 @@
     <ul>
         <li>You are the hexagon.</li>
         <li>Your goal is to reach the triangle. When you reach the triangle you'll be brought to the next level.</li>
-        <li>Enemies are circles. Run into them to battle. Be warned, you'll also take damage.</li>
-        <li>Diamonds add 3 to the amount of damage you can do to an enemy for the level.</li>
-        <li>Pentagons heal you a little bit.</li>
+        <li>Enemies are circles. Run into them to battle. Be warned, you'll also take damage when you battle.</li>
+        <li>Diamonds and pentagons are collectable. Run into them to pick them up.</li>
+        <li>Diamonds add 3 to the amount of damage you can do to an enemy for the remainder of the level.</li>
+        <li>Pentagons restore a little bit of your health.</li>
         <li>You can tell your or an enemy's health by the opacity of the shape. Darker means more health.</li>
-        <li>Arrow keys, WASD, or VIM movement keys to move on a thing with a keyboard, swipe up, down, left or right to move on something with a touchscreen.</li>
+        <li>Every few levels you'll run into a boss. They're circles, but a different color from normal enemies and have more health and will chase the hexagon from farther away.</li>
+        <li>You can toggle the screen shake off and on -- your preference will be saved to your browser and should persist.</li>
+        <li>Your high score is saved to your browser so that you can try to beat your previous top score.</li>
+        <li>Arrow keys, WASD, or VIM movement keys to move on a thing with a keyboard. Swipe up, down, left or right to move on something with a touchscreen.</li>
     </ul>
     <p><a href="index.html">Play the game!</a></p>
 </body>
href='#n128'>128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250