Coder Social home page Coder Social logo

sana2dang / hydracastlelabyrinth Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ptitseb/hydracastlelabyrinth

0.0 2.0 0.0 76.6 MB

A port to Linux (and OpenPandora / DragonBox Pyra / ODroid / PocketCHIP / GameShell / AmigaOS4 / MorphOS / Emscripten) of Hydra Castle Labyrinth (a "metroidvania" kind of game). Status: Working.

Home Page: https://ptitseb.github.io/hydracastlelabyrinth/

License: GNU General Public License v2.0

CMake 1.08% C 87.32% C++ 11.12% HTML 0.48%

hydracastlelabyrinth's Introduction

Hydra Castle Labyrinth

HCL build status

This version of Hydra Castle Labyrinth is based on the 3DS port (see below for original notice)

This version use SDL (either 1.2 or 2.0) and build on Linux, OpenPandora, PocketCHIP and ODROID.

You'll need SDL and SDL_mixer to build, either version 1.2 or 2.0. The SDL2 version use SDL Renderer and so is hardware accelerated. The SDL1.2 version use plain bitmap (no OpenGL or GLES needed).

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): For SDL1.2

sudo apt install libsdl-dev libsdl-mixer1.2-dev cmake
cd ~
git clone https://github.com/ptitSeb/hydracastlelabyrinth.git
cd hydracastlelabyrinth
cmake .
make

For SDL2.0

sudo apt install libsdl2-2.0-dev libsdl2-mixer2.0-dev cmake
cd ~
git clone https://github.com/ptitSeb/hydracastlelabyrinth.git
cd hydracastlelabyrinth
cmake . -DUSE_SDL2=ON
make

To hear music, you can optionnaly use timidity, but it will play OGG track by default.

sudo apt install timidity

And launch the game with

./hcl

To start windowed 640x480 game. You can have fullscreen with ./hcl -f or ./hcl -d to have fullscreen at current desktop resolution.

sreenshot on Pandora

Web Version

You can play an Emscripten version directly on your browser here: https://ptitseb.github.io/hydracastlelabyrinth/

Original Notice

This work has been done by an anon from /hbg/ on 4chan.org/vg/ and not me!

I've asked the original author about what license to use and he allowed me to use the GPLv2. Therefore consider each file to be licensed under the GPLv2, even if there is no disclaimer inside of each file. 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.

Original author notes: Source code for the fan-made port of Hydra Castle Labyrinth for 3DS

Anything related to the PSP and Wii are unfinished.

(Yes, it does look like a 3rd grader programmed this.)

The game's originally done by E.Hashimoto (a.k.a. Buster). You can download some of his works under this link.

hydracastlelabyrinth's People

Contributors

ptitseb avatar beworld2018 avatar ghabry avatar pleft avatar szymor avatar

Watchers

James Cloos avatar NeonLightning avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.