Improved Game Feel (DevLog #4)


tldr:

More dramatic effects on player and HUD when hit by enemies. Added tutorial on new skills. Fixed weird wall sliding. Improved support for mouse and keyboard. Removed redundant UI in the PC version. (+ boring bud fixes)

Better Game Feel:

Added a brief time-stop, blood spatters and impact when hit.

Game feel: Hit stop and effects

Broken heart animation on HUD when losing blood.

game feel: HUD Heartbreak animation

When health ==1, constant blood spatters shake and heart shake.

game feel: constant blood spatter shake at low health

(I got the blood spatter from this free asset: Blood splatter decal package. With my own tuning to pink, of course)

Tutorial for new skills:

Now when the player buys any new skills, tutorials for those skills will be loaded after leaving the shop.

Game design: tutorial on new skills when newly acquired

Fixed a wall sliding bug:

It would start wall sliding immediately if the player jumps when running into a wall. After fixing, wall sliding only starts during the fall phase of the jump.

before:

stuck At Wall

After:

Not Stuck At Wall

More support for mouse:

The game was originally designed for use with a game controller/keyboard. However, as WebGL requires a mouse click before playing any video or setting full screen, I have added a click-to-start button at the beginning of the game. This may lead the player to continue using a mouse afterwards, which would run into problems. For instance, Unity auto equates mouse-click with button-press and skipping the select part. Thus, causing the players to buy an item the moment they click on the button, not having the chance to view the description first. It actually happened when played by a Youtuber, TBVE 嚴選炒蔬菜. (Thanks for playtesting our game, TBVE)

Can’t select with mouseover:

Can't Select with mouse over

After fixing:

Select with mouse over

Better Tutorial For Keyboard Control

Put a keyboard in the Practice Room for easy understanding.

keyboard for game control

Better UX for PC version:

As click-to-start to play video is only required by WebGL, it makes sense to remove this annoying button for the PC version.

To-Do List:

  • An even more user-friendly shop UI (e.g. pop up to confirm, stat display)
  • More bosses and enemies that utilise the new skills
  • An exclusive super cool special move for subscribers
  • More nice effects to improve game feel
  • Improve awards for hit combos
  • Pause and option menu
  • Controller vibration

Might-Do List:

  • Story – the relationship between player and DDmeow (master)
  • Advance dialogue system – dynamic dialogue base of game progression.
  • Additional weapon – gun.
  • Attack range upgrade
  • Better narrative story to articulate the core message

Bugs To Be fixed:

  • DDmeow’s nose at the end scene turned black. It should be green
  • Firefox blocks pop up
  • things that no one will notice

Leave a comment

Log in with itch.io to leave a comment.