blob: 3790fef72f24428ff17f49c93bf92df9a67f9595 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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>
|