FoonLudum Dare ExplorerLD31 → Zoom

Zoom

By chezpain

View on Wayback Machine

CategoryRankScoreCount
Audio2813.16
Mood2863.26
Innovation3843.36
Humor5202.53
Fun5213.11
Overall5783.18
Theme9653.22
Graphics9962.39
Coolness163142

Comments

ranseur 2014-12-08 13:52

Parallax made me feel a little uneasy, nice concept!

gemberkoekje 2014-12-08 19:35

Sometimes, when zoomed out, you couldn't read the text, so I didn't read a bit of the story.
Also, it was often a bit hard to determine why I was dying, a bit more feedback would've been nice.
And finally, necessary isn't spelled 'nessesary' ;) But I'll forgive you that one!

cbear_wallis 2014-12-08 19:37

I love the idea! I think a little more could be done to communicate some of the zooming mechanics etc. but overall it's pretty cool ^_^

sausagroll 2014-12-08 19:39

Good concept, would have been nice to see where the shape would be when you zoomed though, I died quite a lot accidentally zooming out into spikes.

sausagroll 2014-12-08 19:40

Good concept, would have been nice to see where the shape would be when you zoomed though, I died quite a lot accidentally zooming out into spikes. I liked the ending.

johnbrynte 2014-12-08 21:32

Great game mechanics! I had some problems with not knowing where I would end up if i zoomed in/out. Maybe a continuous zoom animation would have helped.

johnro 2014-12-11 04:10

I'm not even sure I know what mental level this game is on. Good job.

bthedestroyermc 2014-12-11 04:22

Nice concept but it need a lot of work. Many of the objects scrolling weren't perfect either (like the spikes) and the music restarting EVERY TIME I restarted a level got REALLY annoying... 3 stars

watercressstudios 2014-12-11 04:23

Thoroughly enjoyed it! It had quite the mood.

woz2601 2014-12-11 04:41

I like this concept. Good hard old school platformer with a twist

dallonf 2014-12-11 15:19

This game had a great Thomas Was Alone vibe to it. But it was incredibly frustrating at times because often when I pressed Z, I would just instantly die for no apparent reason.

pvtroswold 2014-12-13 03:23

I like it! Nice platformer with a unique twist. Music was nice as well!

vidar 2014-12-15 22:54

I liked the mood of the game. The dark style, the music and the writing fit well together. I enjoyed it and it was challenging at times. I got stuck on the 3rd level (I think) with the two red squares between individual spikes, I could not figure out how to get past, but that is my problem.

It is a bit unclear at first how the zoom mechanic works and where the big square is placed when zooming out. At first I thought it would use the small square as the center for the big one, but after a few tries I realized that the position of the small square is used for the corner of the big one. It caused some confusion at first, maybe some type of transition would help?

It worked great on OSX and ran very smooth!

Thank you for your game!

// Written by Peter (ludumdare.com/compo/author/Macint/)
// Vidar's teammate in this Jam.

rainshapes 2014-12-17 19:43

Seemed interesting. Why was there parallax on the spikes though? It seems like they should stay in one place.

biliogadafr 2014-12-27 22:51

I guess this is not parallax on spikes. This is just 1 frame lag because spikes was drawn before camera update call(I had a look into the code).
Overall good concept. I like the idea and enjoy puzzle elements. Also music is very nice. I like this game. Also I always surprised what people can do with libGDX. It is so lowlevel and require to write a lot of code that is usually should already exist in game engine(like game/render loop ). But anyway I see a lot of good entries made with it. ...I had some experience using it during ld29. Good lib, but too low level for LD.

...by the way you could assign properties to tiles in Tiled and analyze this properties dirung level startup to create spikes, spawn player and enimies, create physics and so on. Also you can move your game loop code to some base class and avoid repeating it in every scene. And maybe next time you will have a bit more levels :)
Good job.