open hexagon

Play with your Puppy.
Post Reply
Message
Author
User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

open hexagon

#1 Post by 666philb »

this is open hexagon ...

Image

Open Hexagon is a free open-source clone of the game "Super Hexagon by Terry Cavanagh".
Gameplay is easy to learn but hard to master.
You control a triangle that rotates around the center of the screen.
Your goal is to stay alive as long as possible by avoiding the walls that go towards the center.
Features JSON and LUA scripting for complete customization and level sharing.

website here http://vittorioromeo.info/projects.html
video here http://www.youtube.com/watch?v=5CKJ4ulHO28

only tested on precise... may work on other pups

download here http://www.wuala.com/666philb/Documents ... n-1.9.pet/ 22mb
MD5 d975f053d318d5f2da284bf11cd4b271

enjoy
Last edited by 666philb on Wed 10 Apr 2013, 16:23, edited 1 time in total.
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#2 Post by darkcity »

nice work, added on the WIki
http://puppylinux.org/wikka/OpenHexagon

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#3 Post by darkcity »

I can confirm it works in slacko 5.5

---

In slacko 5.3.1 the first problem is finding libGL.so.1 and libGLU.so.1

# /usr/games/openhexagon/OpenHexagon
./x86/openhexagon.x86: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
# /usr/games/openhexagon/OpenHexagon
./x86/openhexagon.x86: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory

When they are sym-linked to libGLES, I get

# /usr/games/openhexagon/OpenHexagon
./x86/openhexagon.x86: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.5' not found (required by ./x86/openhexagon.x86)
./x86/openhexagon.x86: /usr/lib/libjpeg.so.62: no version information available (required by ./x86/libsfml-graphics.so.2)
#

---

BTW any reason why it is using an unusual file structure?

ie game data, in /usr/games and binary and libraries in /usr/games/openhexagon/x86

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#4 Post by 666philb »

hi darkcity,
BTW any reason why it is using an unusual file structure?
i just petted up the self-contained tar.gz that comes from the website... popped it in /usr.games

those errors look odd, as those libs come with the game (in its /usr/games/openhexagon/x86 folder)

glad it's working though ....... hardest game in the world !!! :D
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#5 Post by darkcity »

hard is not the word ; -)

It would be addictive if the learning curve wasn't a cliff.

Post Reply