-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
66 additions
and
18 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
</ul> | ||
<font color="#8080A0"><h2 id="license">Sourcecoude and License</h2></font> | ||
<p>Hase is released under the GPLv2+. The sourcecode is available at | ||
<a href="http://github.com/theZiz/hase">Github</a>. For compilation it needs | ||
SDL, SDL_image, SDL_mixer and SDL_net. Furthermore it needs my own library | ||
<a href="http://github.com/theZiz/sparrow3d">Sparrow3D</a>, which is based | ||
on SDL.</p> | ||
</font> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<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">Sourcecoude 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> | ||
<ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters