Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

orels1

10
Posts
1
Topics
1
Followers
4
Following
A member registered May 23, 2019 · View creator page →

Creator of

Recent community posts

Thank you for the kind words!  🙏

Thanks for playing! Yeah... sadly I ran out of time/energy to make more in time for the jam.

This was awesome!

The controls felt very good, the music lovely and the world-space triplanar shader gave the game a nice unique look. Loved the level design too.

I hope you make more with this concept!

This was super fun!

Loved the music and sfx and animations! Only 2 things stood out to me: being stuck on objects can get frustrating since it loses you precious seconds, so you have to unstick yourself from the surfaces.

And for me dropping the 2nd item never worked? Pressing G just didn't do anything.

While at the end of the day - dropping items wasnt really needed because if u made a mistake - you probably won't have time to fix it anyways, I still wish it worked correctly ^^ (or just not be a feature).

Still, I had fun playing this and I hope you keep making these.

This was well made!

Although the transition to the next stage felt a bit odd, as there was very little feedback that you have actually completed the stage.

Also the enemy moving super slow during the "day" really got in the way. Would be cool if it would change the search pattern or something instead, or at least not go as slow, I suppose.

Otherwise - was pretty fun to run around!

This was cool!

While some of the transitions were a bit disorienting (snapping to the different gravity plane sometimes turns you around) - i loved all the mechanics, especially with the spinning pipes that let you rotate in the world freely.

Great work!

thank you for the feedback!

Yeah one nice left is an odd edge case I might have not caught all the bugs around… I’ll see if I can patch that

About the health meter - might be the web UI scaling issue. Seemed to work fine for me on windows, but I’ll take a look! Thanks :) 

I had the same issue and seems like you don't have to disable compression completely (which blows up the size of the game), but all you need is to switch it to `gzip` in the same field, which will play nicely with itch.io's CDN

Hello there, anyone who stumbles across this 👋

I've been meaning to actually participate in a proper game jam for ages, so woohoo, I'm finally doing it!

When I read the theme - the first ever thing that came to my mind was something like a step-based puzzle where you lose health every step, and then can heal up.

So it would be something like a Helltaker-style game, in terms of gameplay, but much simpler as I don't have much trust in my focus/spare time for this.

So I went and grabbed some of the amazing CC0 assets by Kenney and got to work

That was the first thing I put together after spending like 4 hours reading about unity sprites/tilemaps and watching the old Brackeys videos.

Just as a side-note, I have some unity experience from building worlds for VRChat, and I'm a web developer by trade, but I never before have built an actual game, or worked with 2d at all, so almost all of this was new to me, which was super fun!

So after figuring out how the heck you do the tilemaps and layers and all that fun stuff - I got my first level working, and slapped together some victory UI!

I tried using the new fancy UIToolkit for the UI, but it turned out to be so detached from any familiar unity flows that I went back to the regular old Unity UI.

I also never tried DOTween before, so I decide that this is as good of a time as any, an implemented the player controller by moving a Rigidbody2D with DOTween and having a separate tilemap layer that has colliders on it.

Also due to specifics of my previous experience - i never worked with Unity Events before. And while they can get kinda unwieldy - its still super awesome to just be able to drag and drop stuff around to register event handlers, and that's how p much all my logic works in the game, including the input using the new Unity Input package which I never had proper experience with before either, super fun!

I also wanted my "heal" sprites to have some life in them, so I took them to aseprite and just paitned some basic frame by frame progressions

Then I was like hmm, its still not visible that well, so I went and made a tiny shader in Unity ShaderGarph (which I do have some experience in build using just code in unity 2019.4) to make them pop a bit more and added basic post processing to have a bit of bloom as well.

So now it was time to build levels, and that's when i realized that I have no clue how to really do that as I just made it all in one scene 🤔

I don't know if that was a good idea or not, but I ended up writing a little game manager script that has a list of scene names, and then it additively loads and unloads them as you complete levels.


And then have my LevelController script at the top of each level scene be responsible for the level-specific stuff.

Which worked! But i didn't have a way to restart properly anymore, so I made this whole elaborate thing that saves the tiles in a tilemap, and resets it to the saved values when you click restart (so the consumed healing pads become un-consumed)


And with that I sorta had everything I needed... I'll skip over a ton of bugfixing of basically everything and like 4 iterations of every class I have, especially everything that was connected to movement and checking whether I can or can't move somewhere...

But hey! I can now build levels, so I made a couple (like, actually 2)

And then I was like, "I need progression!". So I added a health upgrade, and that's where I got kinda stuck for now. While upgrading health was easy, restarting the levels broke it completely, so I'll need to think about how do I wanna take away upgrades on death/restart, and whether I wanna do it at all? In the worst case scenario I can just save the "start health" on each level and force-reset to that. and hope that's gonna be good enough.

I also have "wait" functionality, which i wanted to use for moving platforms, e.g. standing on a log going down a river, but something tells me I should actually try and make some levels before spending 5 more hours on code.

OH! And the very last thing I did was to add some rudimentary sounds I found on freesound + an ambiance from a unity asset store pack, which I think is too ominous, but that was the best I found so far.

At any rate, hope this was at least somewhat interesting to read. Even if that's as far as I'll get - this was a ton of fun, and I learned so many new things - it makes me excited to not make the same mistakes in the future... hopefully... doubtfully...

Had a lot of INSIDE vibes which I loved! Neat stelth sections nad nice visuals. Great results for a game jam settings!