All Posts in Indie Game

Share your creations!
Loading...

Trying to make a pleasing a juicy UI

ps: ignore the gun like sfx when all objects are destroyed

I made some updates to the hints system! Now it reads from the message hub to determine when to show hints and the hint texts now come from the lang system I wrote yesterday. This simplified my the hints handling algorithm A LOT from what it used to be!

Is there even a point to keeping a changelog when Game Jolt has pretty much become my changelog at this point? 🤣

Loading...

One wrong move and it’s over.

The cult fights like they’ve already died once.

#gamedev #followfriday

Oh yeah, also, I updated that algorithm for dash handling I shared yesterday so I can set the dash duration via the inspector window!

I think one of the things I may have quests reward the player with is temporary (or permanent) upgrades to Hensen's abilities (i.e fewer bullets to defeat enemies, longer dashes once I implement that feature properly)

Loading...
Loading...

#NinjaScroller 1.61.8 BUILD 49

With DOUBLE JUMP & QUICK FALL ATTACK!

A challenging Pixel Art #ActionRunner game with a Retrogaming vibe

Watch 30s of #Gameplay 20251114

Available on #Steam:

https://store.steampowered.com/app/2150800/Ninja_Scroller/

Loading...

I am impressed by my past self right now. The algorithm behind the unimplemented dashing mechanic (that I wrote like a year ago) uses a sine wave to smoothly increase/decrease Hensen's movement speed for a dash. That is so clever! I actually wrote this!?