Slow Rush Studios logo,
    depicting an apprehensive-looking snail rushing forward

Slow Rush Studios

◂  Big Bada Boom
News index
Ladders and Shrooms  ▸

Fixing Flow Killers

Contents

Facing family flu season in full force, I figured fiddling with flow was fitting. 1

Flow vs Flow Killers

Flow is a bit of a nebulous concept,2 but roughly you can think of it as when you're so focused on an experience that time goes unnoticed.

Encouraging and maintaining flow state is a complex dance, and yeah, in that regard the game currently has three left feet. 3

That's okay-ish! If you're a new dancer, it's kinda accepted to be a little out of time.

But do you know what's less accepted?

Hello, would you do me the honour of this da-

*executes flawless sucker-punch to partner's face*

Getting punched in the face by the game really kills any flow you might have had.

Insta-Reset Punch to the Face

The first flow killer: you know how when you die, the game instantly resets the level to the starting point?

Did you just fall off a cliff and die, or did the game break and reset?

And similarly: if you pass a level, you get insta-teleported to the next level, with not even a how-do-you-do?

Multiple people told me those transitions were super jarring.

So now passing or failing a level is more explicit:

A level failed message, and you see a little animation when you respawn. Similar for passing a level.
(And we also learn that goblins will happily follow players to their death!)

Fast resets when you fail a level are still supported of course! You can press Jump to restart instantly.

These Invaders Will Not Leave

Back when I added local multiplayer support, I erred on the side of making it easy to get more players in the game:

  1. Press any key assigned to a player.
  2. The new player drops in from the top of the level.

Unfortunately once you added a player, it was very hard to get rid of them! 4

And since the camera tries to keep all players in view, you couldn't move more than a screenful away from your - probably stationary - unwanted companion.

Now you can "kick" (remove) players you don't want anymore!

Using the shiny new Players menu to add and remove players; also most of the UI lives in the menu bar now.

You can still have up to 12 players (for those hardcore enough to own 8 gamepads). But I'll probably tune the game for 1-4 players and have a hard cap of 8 players.

Am I Playing The Game Yet

Playtester: Hey Caspar, I tried your game - it's pretty neat but it's a bit too easy!

Caspar: Oh really? Most people think it's too hard!

Playtester: Yeah, it's easy! See I just draw these boxes over the enemies and they get crushed, or I draw fire on them and they burn to death!

Caspar: Are you.. are you talking about the level editing tools?

Playtester: The.. the what?

It's totally understandable! If a game lets you draw things on screen with a mouse, then "this game is about drawing things on screen with a mouse" is a very reasonable assumption!

To fix it, the level editing UI and cursor and drawing atoms are now all disabled by default, until you turn on Edit mode:

Level Edit mode is a discrete state now - you can no longer edit the level while playing normally.

This also gives us options: in future the mouse might be used to aim and cast spells? 5

Why is My Blood Stuck There

Here's another little immersion killer:

Why is that blood floating in mid-air?

Essentially when atoms reach the edge of the atom simulation, they stop moving.

The Professional Fix is to make a near-endless atom simulation,6 but I'm aiming for short Broforce-sized levels so that feels like overkill right now.

Why not just offset the loaded level to be in the middle of the atom simulation, so it has a little buffer zone for atoms to fall down into? Easy!

The level is imported but all skewed.
Easy? More like surprisingly fiddly! (This was my second or third attempt.)

Anyway, after fixing far too many basic maths errors, it did actually work:

The atom simulation now always extends past level bounds (outlined in white), so blood doesn't float in air anymore!
Notice the black area around the level before the checkering starts - that's the buffer zone.

To sell the illusion, in Play mode the camera is now locked inside the level's bounds: 7

Even as the player approaches the edge of the level, the camera doesn't go past the level's edges.

Well, actually, screen-shake from explosions can still make you see past the level bounds, but that bug can wait till later.

Playable game-like web build‎

I reckon these changes combine to make more of a game and less "tech demo" or "level editor".

But did I miss anything along these lines that I should have addressed?

Please try the demo and let me know!

Click to focus, then play with keyboard and mouse. Mobile devices may or may not work! Give feedback.

Important changes:


1

Both because toddler babysitting is a good way to be taken out of flow, and because the following flow-related-ish fixes were all relatively standalone - so getting sick or distracted didn't impact things as much.

2

Flow: The Psychology of Optimal Experience is supposed to be a great read on the topic, but I haven't gotten to it yet. Feel free to apply appropriate helpings of salt to the rest of this update! (Though really, if I'm being honest, this section of the update is the only one truly about flow.)

3

Which is to say, the game doesn't really encourage and maintain flow state at all yet.

4

Technically you could remove them by pressing their assigned "dropout" key. But I have learned that most people don't know how to read instructions in Help menus.

5

If the terrain is going to be uneven from explosions, players might need to be able to fling spells in directions other than "horizontal", right?

6

Noita is close to endless, but actually if you travel more than 511 parallel-worlds in either direction, the game breaks - probably due to floating point precision issues.

7

Although if your screen is really big or you zoom out, the camera will just center the level in the middle of the screen. You're going to see past the edges of the level either way, so centering the level seems like the best thing to do.

◂  Big Bada Boom
News index
Ladders and Shrooms  ▸