FoonLudum Dare ExplorerLD35 → h3ss

h3ss

By wboqm

View on Wayback Machine

CategoryRankScoreCount
Coolness367
Innovation1063.77
Audio6862.10
Humor7871.71
Theme8612.85
Graphics9322.58
Mood10141.96
Overall10232.68
Fun11481.94

Comments

techxsoftware 2016-04-19 03:26

Interesting concept

kleinzach 2016-04-19 03:26

Im really not sure of what I'm doing, but I like trying to visualize it. For sure unlike anything I've seen before.

eighthnote 2016-04-19 03:30

The mechanics are too opaque. I can't figure out what to do!

jeff0029 2016-04-19 03:36

Really interesting what you did there. I'll admit the first time I played I explored instead of doing the puzzle and was able to break the shader pretty horrifically lol.

javabot 2016-04-19 03:57

well, it's interesting, but I find that if you click too rapidly the game throws you outside of the geometry. Also for some reason the sound of breaking green in this game is very pleasing.

wboqm 2016-04-19 05:42

Thanks for pointing out the bug when clicking quickly. I've now got that one fixed!

The problem with exploring to far from the origin has been fixed in theory, I just haven't had time to put the new code in and test it. Was hoping to have had that working but turned out the puzzles I could come up with were quite contained anyways.

As for the opacity of the mechanics, I hope to put together a GIF or video sometime in the next couple days to illustrate the mechanics better. Be on the lookout for it!

edocreate 2016-04-19 06:55

Curious

danex317 2016-04-19 11:38

I honestly have no idea what I am actually trying to do.

geckoo1337 2016-04-19 14:43

weird concept - good project ++

seleb 2016-04-19 14:52

Well I had no idea how to actually progress the game, but it was visually interesting.

weeping-rupee 2016-04-21 01:36

very interesting. I found myself clicking a lot longer than intended :)

chris-delta 2016-04-21 01:59

Man, I just went from somebody's first top-down shooter to "exploring hyperbolic 3-space". Awesome engine, guys

powerspark 2016-04-21 02:00

Interesting visual effect, very disorienting but neat.

ryusui 2016-04-21 05:46

I didn't understand what I was doing at all. I think the concept of hyperbolic geometry might work better in 2D (c.f. HyperRogue).

Also, why does the game default to the upper-left corner of the screen on start, with the window header hidden offscreen?

zpeedtube 2016-04-21 05:50

I did not get at all how this works?!

wboqm 2016-04-21 06:34

Ryusui: I definitely agree that hyperbolic geometry is easier to visualize in 2D. Being inside hyperbolic space makes it harder to visualize, but I think is also something worth exploring.

As for the window position, I thought it is the window manager's responsibility to place the window rather than the game's (though I have noticed that SDL_CreateWindow does allow a flag to specify to center the window); I haven't had this problem on linux but the positioning of the window has been a little funny on windows (it is completely on the screen somewhere near the top-left corner; though I don't get any window decorations at all). I've since put in a fullscreen mode (which hasn't been uploaded).

strike 2016-04-21 11:05

I'm really sorry because I have no idea of what hyperbolic geometry is and I cannot understand at all what this game is about. I looks cool anyway so I would really love be understand what is going on there. Maybe a step by step tutorial would help a lot.

nihilaleph 2016-04-22 03:32

Very cool concept! Though I didn't quite understand what was going on ^^; But I would like to understand it better and play it again later! Anyways nice entry!

strike 2016-04-22 19:02

Thank you so much for your walkthrough video. It totally blew my mind. Time to give you some extra stars ;)

gamepopper 2016-04-22 20:19

Nice concept, definitely looks interesting.

retrograze 2016-04-25 04:33

Loved the concept. It was really impressive, as I know that all that math had to be quite the headache. I like how it lets you see the vastness of really quite a "simple" idea, and I FEEL like I learned something, even though...I probably didn't. Good project.

aeveis 2016-04-26 07:18

Very interesting to navigate the space. Most of the time the triangles looked black to me, but not sure if that affects gameplay. It took a while to understand how to move the triangles around, but not sure if I completely understand the ruleset for the game (is life-like referring to Conway's game of Life?). very cool though.

wboqm 2016-04-26 10:08

aeveis: I've also seen the black triangles on a laptop with Intel graphics but haven't had a chance to debug it yet. You are correct that life-like refers to Conway's game of life; an empty cell with exactly three neighbours becomes 'alive' and an 'alive' cell with three or more neighbours will become empty.

wboqm 2016-04-26 10:09

aeveis: Also, glad you found it interesting, and thanks for taking the time to have a look!

developtech 2016-04-28 19:24

Interesting concept, but it is a little confusing . I really dont know how it works, but I like the visual art

cliffracerx 2016-04-28 19:54

This is probably the most innovative and amazing idea for a puzzle game I've ever seen - but I can't comprehend hyperbolic 3-space, so I couldn't even beat the first level. :P

Make a post-jam version and keep working on this, but expect a lot of people arriving and groaning about how hard hyperbolic space is to understand.

larzan 2016-05-03 21:27

Can't wrap my mind around hyperbolic space (pun intended) crazy idea, love it!

reismahnic 2016-05-04 08:07

Fascinating bit of tech.
Really cool concept.
Also found the visuals appealing.

naca 2016-05-08 22:14

Very interesting project. It would be nice to have an in game tutorial in addition to the textual description. The first two minutes of the youtube tutorial are very useful to understand how to navigate this space, but it would be good to have it into the game itself. Anyway, it's pretty difficult to get used to the space in this game :D

Really interesting engine guys, hope to see more games using it!