diff options
author | ptitSeb | 2017-11-30 18:49:26 +0100 |
---|---|---|
committer | ptitSeb | 2017-11-30 18:49:26 +0100 |
commit | 174102de618a1ac11ab1065191c6d0cd93cd17fb (patch) | |
tree | 2aa34e2056e6abfbba171528f373c5462d1985f0 | |
parent | 57d9f035a3a0ae0c3dad879f346754a0e9f45f31 (diff) | |
download | hydracastlelabyrinth-174102de618a1ac11ab1065191c6d0cd93cd17fb.tar.gz hydracastlelabyrinth-174102de618a1ac11ab1065191c6d0cd93cd17fb.tar.bz2 hydracastlelabyrinth-174102de618a1ac11ab1065191c6d0cd93cd17fb.zip |
Added Travis and Screenshot
-rw-r--r-- | .travis.yml | 16 | ||||
-rw-r--r-- | README.md | 11 | ||||
-rw-r--r-- | screenshot.png | bin | 0 -> 40604 bytes |
3 files changed, 23 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c995fd8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +language: cpp +sudo: true +dist: trusty +addons: + apt: + packages: + - libsdl2-dev + - libsdl2-mixer-dev + +compiler: + - g++ + +#Build steps +script: + - cmake . + - make
\ No newline at end of file @@ -1,5 +1,6 @@ -Hydra Castle Labyrinth -=== +# Hydra Castle Labyrinth + + This version of Hydra Castle Labyrinth is based on the 3DS port (see below for original notice) @@ -7,8 +8,10 @@ This vertsion use SDL (1.2) and build on Linux & OpenPandora. You'll need SDL 1.2 and SDL_mixer to build -Original Notice ---- + + +# Original Notice + **This work has been done by an anon from /hbg/ on 4chan.org/vg/ and not me!** diff --git a/screenshot.png b/screenshot.png Binary files differnew file mode 100644 index 0000000..b5019d4 --- /dev/null +++ b/screenshot.png |