Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9566 turbocat 1
# Hydra Castle Labyrinth
2
 
3
![HCL build status](https://api.travis-ci.org/ptitSeb/hydracastlelabyrinth.png "HCL build status")
4
 
5
This version of Hydra Castle Labyrinth is based on the 3DS port (see below for original notice)
6
 
7
This version use SDL (either 1.2 or 2.0) and build on Linux, OpenPandora, PocketCHIP and ODROID.
8
 
9
You'll need SDL and SDL_mixer to build, either version 1.2 or 2.0.
10
The SDL2 version use SDL Renderer and so is hardware accelerated.
11
The SDL1.2 version use plain bitmap (no OpenGL or GLES needed).
12
 
13
On Debian and friend, to prepare and build, you can do (if you never build anything before, start with `sudo apt install build-essential git`):
14
For SDL1.2
15
```
16
sudo apt install libsdl-dev libsdl-mixer1.2-dev cmake
17
cd ~
18
git clone https://github.com/ptitSeb/hydracastlelabyrinth.git
19
cd hydracastlelabyrinth
20
cmake .
21
make
22
```
23
For SDL2.0
24
```
25
sudo apt install libsdl2-2.0-dev libsdl2-mixer2.0-dev cmake
26
cd ~
27
git clone https://github.com/ptitSeb/hydracastlelabyrinth.git
28
cd hydracastlelabyrinth
29
cmake . -DUSE_SDL2=ON
30
make
31
```
32
 
33
To hear music, you can optionnaly use timidity, but it will play OGG track by default.
34
```
35
sudo apt install timidity
36
```
37
And launch the game with
38
```
39
./hcl
40
```
41
To start windowed 640x480 game. You can have fullscreen with `./hcl -f` or `./hcl -d` to have fullscreen at current desktop resolution.
42
 
43
![sreenshot on Pandora](screenshot.png "screenshot on Pandora")
44
 
45
# Web Version
46
 
47
You can play an Emscripten version directly on your browser here: https://ptitseb.github.io/hydracastlelabyrinth/
48
 
49
# Original Notice
50
 
51
 
52
 
53
**This work has been done by an anon from /hbg/ on 4chan.org/vg/ and not me!**
54
 
55
 
56
 
57
 
58
I've asked the original author about what license to use and he allowed me to use the GPLv2.
59
Therefore consider each file to be licensed under the GPLv2, even if there is no disclaimer inside of each file.
60
You will have gotten a copy of the license as part of the git and if not, get a copy from `https://www.gnu.org/licenses/gpl-2.0.html`.
61
 
62
Original author notes:
63
Source code for the fan-made port of Hydra Castle Labyrinth for 3DS
64
 
65
Anything related to the PSP and Wii are unfinished.
66
 
67
(Yes, it does look like a 3rd grader programmed this.)
68
 
69
 
70
The game's originally done by E.Hashimoto (a.k.a. Buster).
71
You can download some of his works under this [link](http://hp.vector.co.jp/authors/VA025956/).