forked from grassking100/messenger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.72 KB
/
index.html
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
38
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Messenger: a game about evolution and survival</title>
</head>
<body>
<img src="resource/pic.jpg" align="top" border="0" height="200" width="200">
<p><strong>Messenger: a game about evolution and survival</strong></p>
<p>This is the game in which the player would lead its follower and compete with other groups. The last surviving group would win the game.</p>
<p><strong>Features:</strong></p>
<ol>
<li> Player could change the weather and landscape, these could affect create status.</li>
<li> The snow would accelerate the decrease of the energy, the ocean would decrease the life, and the lava would hurt create largely.</li>
<li> Every creature could reproduce asexually, their genetic code would pass to its offspring with some mutation.</li>
<li> The genetic code would affect its properties.</li>
<li> Every clan has its special properties.</li>
<li> The creature could build temples to create special effects or store the food.</li>
</ol>
<p><strong>How to control:</strong></p>
<ol>
<li> Walk up: w(W)</li>
<li> Walk left: a(A)</li>
<li> Walk down: s(S)</li>
<li> Walk right: d(D)</li>
<li> Pause: p(P)</li>
<li> Help: h(H)</li>
<li> Decrease height: o(O)</li>
<li> Increase height: i(I)</li>
<li> Decrease humidity: k(K)</li>
<li> Increase humidity: j(J)</li>
<li> Decrease temperature: n(N)</li>
<li> Increase temperature: m(M)</li>
<li> Decrease sea level: 2</li>
<li> Increase sea level: 8</li>
</ol>
</body>
</html>