FoonLudum Dare ExplorerLD40 → Rucksack

Rucksack

By karln

View on ldjam.com

CategoryRankScoreCount
Overall4893.5222
Fun2813.6222
Innovation414.0522
Theme7883.1522
Humor6862.6920

Comments

turbulentwinds 2017-12-05 20:38

Very nice! Reminds me of Zelda!

beege1 2017-12-05 20:46

Great entry, love the bag system - reminded me of the bag system in "The Trail". Did get a tad confused on whether the player can actually die and if not how does one lose the game, but the game was fun and felt very classic zelda-esque.

feips 2017-12-05 20:47

Great Idea, a few things: I really like your inventory system and how different items have a different weight. I think it would be quite nice for a survival game. The blue blobs can block your arrows but you can't block their 'blobs' which is kinda frustrating. Movement feels good. A few tiles are just one color(the water in the top right. Also, I think it only counts the with which you finished, not the amount of rupees(I finished with one rupee and one stone and still got the 2/2 rupee end).

turbulentwinds 2017-12-05 20:49

@Beege1 I agree this was a lot like the Trail too!

kegnarok 2017-12-05 20:50

Nice! That's a nice mechanic, it gives a feel of how many things you usually carry in a Zelda-like game, and how it is a pain to get the object at the bottom of the bag ;)

iamtalin 2017-12-05 20:55

This is probably the best core mechanic I've encountered in LD40 so far, well done!

mateusculpo 2017-12-05 20:57

I really liked the mechanics of the game, but the 2 times I tried to play, he buga, and I can not control the character anymore, it's frustrating.

karln 2017-12-05 21:10

@mateusculpo sorry to hear it bugged out on you, I've heard that from a friend who played it too and it's a shame :( Sounds like the player got stuck in the walls or something? In future I don't think I'll use the Unity physics/collision system for 2d Zelda-like games, seems safer to handle collision myself.

Thanks for trying anyway :)

karln 2017-12-05 21:14

@Beege1 @turbulentwinds Just checked out The Trail on YouTube, looks interesting. I was sure somebody must have done something like this but I don't know of any games like that myself :)

jelch 2017-12-08 02:08

Great inventory system. Liked the player model too!

alleskapaul 2017-12-09 20:23

Nice inventory mechanic, I really liked it, very innovative! I didn't really like the graphics though.

le-slo 2017-12-11 20:20

Really cool idea! I enjoyed the game, sometimes it's a bit frustrating but the originality was superb. I couldn't read the final sentence "you finished with one ruby (there was one...". Very well introduced the mechanic of switches. A lot of potential! Congrats!

triastase 2017-12-11 20:27

This is a really good game! Interestingly made inventory. I had one little glitch, where the bow did not want to stay still in my inventory, and when I closed it (or it was closed because I was shot), it was shown as if it were on the ground, but then it followed me anyway. Other than that, great playing experience! :)

kleinzach 2017-12-11 20:51

I really liked the mechanic of the inventory, I haven't really seen anything like that before. My main complaint was that I got to a point where the frame rate tanked so hard that I couldn't accurately step on the switches at what I assume was the end.

karln 2017-12-11 21:48

@le-slo why couldn't you read it? Was it too big for the text box? It just said "there was one more somewhere".

@kleinzach yeah sorry about the frame rate thing, it never happened in testing but seems to happen consistently in the compiled WebGL version and I don't know what causes it :( Yes that was the end, once you step through the door it just says "that's the end" and counts how many rubies you're carrying (there are 2).

Thanks for playing!

plasmonic 2017-12-11 21:55

I liked the bag mechanic, nice game in general!

cg-fred 2017-12-11 22:10

Nice game, would have loved some SFX and music.

icxon 2017-12-11 22:29

Very clever game, do love the puzzle part and level design. Also got fps issue when backpack got full.

Here is my first playthrough:

https://youtu.be/CHdSFZf6aec

Got the both rubies on the second one :smiley:

le-slo 2017-12-11 23:14

@karln I don't know. Maybe. It's also weird cause I got both rubies during my game. I expected different endings depending on what you are carrying on the last room. You have six objects (two rubies, a rock, the shield, the bow and the sword)

karln 2017-12-12 17:13

@icxon wow thanks for recording that, it's cool to see how someone actually plays the game without having seen it before. When I saw you turned back from the tunnel (after the three slimes on the lake) I was surprised and then I realised that actually makes sense, because it's leading far away from where you came into the area so you want to explore the nearer route first. I maybe should have put those the other way around (as well as putting the bow in the side-cave route to lure players there first).

niterich 2017-12-13 01:55

Great job! Gameplay was solid, though my frames started dropping near the end (could be my Internet though...). Nice take on the game theme, but I wish there was more that I could use. That would certainly make the whole "filling up my bag with useless stuff and digging for the good bits when I need them" more prominent.

I encountered a few bugs, but nothing that really ruined the game for me. Near the end, I wanted to see if I could drag something from out of the bottom of the bag. Long story short, I couldn't, and I somehow got a rock clipped into the side of the bag trying it. I had to use a ruby as one of the final weights, which I though the game would scold me for. But I enter the final room and it still says I collected both rubies, even the one I left behind.

raven 2017-12-14 19:46

A very good puzzle RPG game! The idea of sorting out items is interesting! I like the design of dragging items into backpack and onto hand very much~

raogs 2017-12-15 14:52

The lack of sound made it a bit... well... quiet. Also I didn'z feel like the limited space for items was a problem for me as I could always fit them. But other than that a nice little game.

falak 2017-12-18 13:13

Very good game but I have a few question:

> Why do we have to hold the button to open the rucksack, not just click it? > Why does the character and environment style not match?

I love the idea and concept! Good luck! ;)

karln 2017-12-18 21:13

@falak Thanks for commenting! To answer your questions:

I don't know why you sometimes have to push the button more than once to open the rucksack. Maybe something to do with the poor performance of the inventory physics system causing the input system to miss frames? I never used Unity before so I don't really know.

I was planning to make my own map tiles which would have hopefully matched the character model better, but I ran out of time so I just re-used the tiles from my last LD game (which are free ones I found on the internet).