This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.html
106 lines (92 loc) · 3.66 KB
/
home.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<html lang="en">
<head>
<link rel="stylesheet" href="index.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="preview" class="markdown-body">
<div class="line">
<div class="bloc B3 M6 S6">
<h1>Tank War</h1></div>
<div class="bloc B1 M1 S0">
<p>
<a href="./home.html"></a>
</p>
<h4><a href="./home.html"><strong>basics</strong></a></h4>
<p></p>
</div>
<div class="bloc B1 M1 S0">
<p>
<a href="./training.html"></a>
</p>
<h4><a href="./training.html">training</a></h4>
<p></p>
</div>
<div class="bloc B1 M1 S0">
<p>
<a href="./arena.html"></a>
</p>
<h4><a href="./arena.html">arena</a></h4>
<p></p>
</div>
<div class="bloc B8 M4 S1"></div>
<div class="bloc B1 M2 S1 imageInside">
<p><img alt="alt text" title="Logo Title Text 1" src="rock.png"></p>
</div>
</div>
<div class="line">
<div class="bloc B1 M1 S1">
<hr>
</div>
</div>
<div class="line">
<div class="bloc B4 M1 S9">
<p>This online game allows you to code your tank behaviour with javascript and fight against competitors all around the world! </p>
<p>Learn the basics of the game, train by battling against random bot, and take up the main page permanent ruffle!</p>
<h3>Load up your tanks, clean your keyboards and get started!</h3></div>
<div class="bloc B0 M0 S1"></div>
<div class="bloc B2 M1 S6 imageInside">
<p><img alt="alt text" title="Logo Title Text 1" src="tank.png"></p>
</div>
<div class="bloc B0 M0 S1"></div>
</div>
<div class="line">
<div class="bloc B1 M1 S1"></div>
<div class="bloc B4 M1 S1">
<hr>
</div>
<div class="bloc B1 M1 S1"></div>
</div>
<div class="line">
<div class="bloc B9 M9 S9">
<h1>The rules</h1></div>
</div>
<div class="line">
<div class="bloc B1 M9 S9">
<ul>
<li>The first rule of tank war is <strong>do talk about tank war</strong></li>
<li>The game is round based, and your action choice is <strong>UP, DOWN, RIGHT, LEFT</strong> or <strong>SHOOT</strong></li>
<li>You have a limited number of rockets so use them wisely</li>
<li>You have information about you, your ennemies and the rockets on the board</li>
<li>One rocket hit, and you are dead (no multi-lives bullshit)</li>
<li>You win by killing all your ennemies</li>
</ul>
</div>
</div>
<div class="line">
<div class="bloc B9 M9 S9">
<h4>Sounds good? Well ok, then <a href="./training.html">lets start training!</a></h4></div>
</div>
<div class="line">
<div class="bloc B1 M1 S1">
<hr>
</div>
</div>
<div class="line">
<div class="bloc B9 M9 S9">
<h5 style="margin-bottom:0px;">Made by <a href="http://seed-up.io"><p>Seed-Up</p></a></h5>
<h5 style="margin-top:0px;">2016</h5></div>
</div>
</div>
</body>
</html>