about summary refs log tree commit diff stats
path: root/html/plains/about.html
diff options
context:
space:
mode:
authorelioat <{ID}+{username}@users.noreply.github.com>2024-12-19 17:07:34 -0500
committerelioat <{ID}+{username}@users.noreply.github.com>2024-12-19 17:07:34 -0500
commit8a8ad9ab33524769b5327be78cfaadb426cf859d (patch)
treec58d1559f79dce24a80bbe47ba382be2c9525669 /html/plains/about.html
parent293df8c03c9307156f98b285674148e65ad896fa (diff)
downloadtour-8a8ad9ab33524769b5327be78cfaadb426cf859d.tar.gz
*
Diffstat (limited to 'html/plains/about.html')
-rw-r--r--html/plains/about.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/html/plains/about.html b/html/plains/about.html
new file mode 100644
index 0000000..3790fef
--- /dev/null
+++ b/html/plains/about.html
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Plains</title>
+    <meta name="description" content="Help little black square rescue the villagers, and battle the monsters.">
+    <style>
+        body {
+            background-color: #f0f0f0;
+            font-size: x-large;
+            padding: 1em 2em;
+        }
+    </style>
+</head>
+<body>
+    <h1>How to play</h1>
+    <p>Help little black square rescue the villagers, and battle the monsters.</p>
+    <ul>
+        <li>Rescue the other villagers from the monsters.</li>
+        <li>You start in the village.</li>
+        <li>Monsters will mostly stay away from the village.</li>
+        <li>Use the arrow keys to move.</li>
+        <li>Use the z key to attack.</li>
+        <li>Use the x key to hide in your protective shell. Whil hiding you won't be able to move.</li>
+        <li>Use the e key to cycle between your push attack and your sword.</li>
+        <li>Earn the sword by rescuing some villagers!</li>
+        <li>The push attack will knock enemies back, but won't harm them.</li>
+        <li>The sword slices. This is dangerous, and will harm enemies.</li>
+        <li>Be careful of the enemies, they will chase you around!</li>
+        <li>If you defeate an enemy they may drop some yellow gems. Collect them to restore your health.</li>
+        <li>Hold down the shift key to run faster, you only have so much stamina, though, so after a while you'll have to slow down again.</li>
+        <li>Hold down the space bar to strafe.</li>
+    </ul>
+    <p><a href="index.html">Play the game!</a></p>
+</body>
+</html>
\ No newline at end of file