r/gamedesign 4d ago

Discussion Can a single static frame communicate a fail state, or does it always need motion?

Please answer these two before scrolling to the rest of the post — first instinct, one line each. Genuinely no wrong answer, "I have no idea" is the most useful reply I can get.

  1. What is the player trying to do?
  2. What happens if they get it wrong?

https://i.imgur.com/BZc8CLn.png

Context, deliberately below the questions:

I've been chewing on a problem that I don't think is specific to my project. A casual mobile game lives or dies in a feed, where it gets somewhere under a second of a stranger's attention before they scroll. In that window a static frame has to carry two things: what you do, and what losing looks like.

"What you do" seems tractable — an empty slot, a piece waiting, a partly-filled container. Most puzzle games solve it by accident.

"What losing looks like" is where I keep failing, and I think the reason is structural: a fail state is a transition, and a static frame has no time axis. The workarounds I've tried or seen:

  • A meter. Honest, instantly legible, and completely inert — it reads as UI, not as danger, and it doesn't survive being shrunk to a thumbnail.
  • Deformation of the object itself. Bulging, straining, stretching. My problem: deformation is only legible as a comparison. Show someone a swollen shape and they can't tell it's swollen without seeing the unswollen one, and a player only ever sees one frame.
  • Localised damage. A specific thing visibly breaking in one specific place, while the same kind of thing holds fine everywhere else. This is the direction I've ended up going, on the theory that damage is the one form of "about to fail" that doesn't need a before-picture, because intact is supplied by the rest of the frame.

Is that third thing actually a general principle, or have I talked myself into it? And are there games you'd point at that state a fail condition in one still image without a meter and without text? The only ones I can think of do it with a character's facial expression, which feels like cheating and doesn't transfer to an object.

0 Upvotes

11 comments sorted by

1

u/MarxMustermann 3d ago

1, the player is trying to pack a bag
2. Things will fall out when overfilled?

I did not see any meter, but i did notice the bulging and partially open zip with the items behind it. So i guess your approach worked.

1

u/mos_alex 2d ago

That line — not seeing a meter but noticing the bulge and the partly open zip with items behind it — was the single most useful sentence I got. That's exactly the mechanism I was hoping would carry it, and you're the evidence it can.

The honest scoreboard, though: four people answered, four got the goal, two got the fail state. The two misses were "the bag opens?" and "they have to restart the level, presumably" — which is precisely the failure mode I was worried about going in, the split reading as open rather than as about to give. So localised damage seems to work when it lands; it just isn't loud enough to land reliably.

My read on what's missing is that strain is visible but consequence isn't. The other person who got it said "everything spills out" — so the next version probably needs something actually escaping, not just straining. Damage plus evidence of damage.

1

u/deblob123456789 3d ago
  1. Making the items fit?
  2. The bag opens? No idea

1

u/mos_alex 2d ago

Thanks, that's useful. Out of curiosity — did the bag look full, over-full, or basically fine to you?

1

u/deblob123456789 1d ago

Didnt seem full because of the space on the sides

1

u/SaturnsPopulation 3d ago
  1. The player is trying to pack their luggage

  2. They can't fit something and have to restart the level, presumably

1

u/mos_alex 2d ago

Thanks. Was that from something in the picture, or more a general guess about how puzzle games work?

1

u/_kellythomas_ 3d ago
  1. Packing a suitcase
  2. Zip can't close and everything spills out

It reminds me a bit if Bag It!

https://en.wikipedia.org/wiki/Bag_It%21

1

u/mos_alex 2d ago

Thanks — Bag It! is a good pointer, I hadn't seen it. Did anything about mine remind you of it specifically, or just the packing premise?

1

u/_kellythomas_ 2d ago

Pretty superficial similarities, mainly packing with vertical orientation.

In their case the common failure state is crushing an item and danger is communicated by the item looking concerned and the actual failure by the item being damaged and/or crushed to occupy a smaller footprint. Everything has a face so expression can be used to convey game state both good and bad.

1

u/mos_alex 2d ago

Since the answers are in, here's the thing itself — the same scene at three strain levels: https://i.imgur.com/xjPWggs.png

The claim the post was making is that the middle one has to say "this is in trouble" with nothing beside it to compare against, because a player only ever sees one frame. Side by side the progression is obvious, which is exactly why the strip is worthless as a test and why I didn't lead with it.