Page 1 of 1

open hexagon

Posted: Sat 30 Mar 2013, 14:59
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

Posted: Mon 08 Apr 2013, 11:36
by darkcity
nice work, added on the WIki
http://puppylinux.org/wikka/OpenHexagon

Posted: Mon 08 Apr 2013, 20:11
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

Posted: Wed 10 Apr 2013, 16:10
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

Posted: Wed 10 Apr 2013, 19:58
by darkcity
hard is not the word ; -)

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