-
Notifications
You must be signed in to change notification settings - Fork 5
/
header.htm
43 lines (43 loc) · 2.28 KB
/
header.htm
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
<html>
<head>
<meta charset="utf-8">
<title>Hase - gravity artillery shooter</title>
</head>
<body bgcolor="#404050" background="bgimage.jpg" link="white" vlink="white" alink="white">
<font face="arial" color="white" size="5">
<font color="#8080A0"><h1>HASE</h1></font>
<font color="#8080A0"><h2>Index</h2></font>
<ol>
<li><a href="#description">Description</a></li>
<li><a href="#downloads">Downloads</a></li>
<li><a href="#license">Sourcecode and License</a></li>
</ol>
<font color="#8080A0"><h2 id="description">Description</h2></font>
<p>Hase is an open source (GPL) gravity based artillery shooter. It is
similar to Worms, Hedgewars or artillery, but the gravity force and
direction depends on the mass nearby. It is optimized for mobile game
consoles like the GP2X, Open Pandora or GCW Zero, so it doesn't make use
of the mouse even on the PC. Hase features:
<ul>
<li>Awesome mix of real time and turn based action</li>
<li>20 unique weapons</li>
<li>Arbitrary number of characters per team</li>
<li>Hotseat play with an arbitrary count of players</li>
<li>Also network play, even mixed with hotseat play</li>
<li>25 different spritesets to choose your character from</li>
<li>Masses of particles, which are also influenced by gravity</li>
<li>An action point based system to use stronger or more weapons per turn</li>
<li>Different randomly dropped items to spice things up</li>
<li>Forgot the button mapping? Just activate the ingame overlay help</li>
</ul>
Probably the best idea to get the idea of the game are videos and screenshots:</br>
<iframe width="1024" height="600" src="https://www.youtube.com/embed/6JI8eDd--aY" frameborder="0" allowfullscreen></iframe>
<img src="hase_sc1.png" alt="Hase screenshot 1" width="1024" height="600"/>
<img src="hase_sc2.png" alt="Hase screenshot 2" width="1024" height="600"/>
<img src="hase_sc3.png" alt="Hase screenshot 3" width="1024" height="600"/>
<img src="hase_sc4.png" alt="Hase screenshot 4" width="1024" height="600"/>
<img src="hase_sc5.png" alt="Hase screenshot 5" width="1024" height="600"/>
<img src="hase_sc6.png" alt="Hase screenshot 6" width="1024" height="600"/>
<img src="hase_sc7.png" alt="Hase screenshot 7" width="1024" height="600"/>
</p>
<font color="#8080A0"><h2 id="downloads">Downloads</h2></font>