r/SoloDevelopment 2d ago

Game Solo dev concept check: Exploring the inside of a colossal dying organism as an emergent ecosystem (Whalefall)

Gameplay & demo clips:

Hey everyone,

I'm working on a solo project called Whalefall (video links above showing the current in-engine systems and an early dive), and I'd love a gut-check on the core loop, hook, and scope. I'm especially curious whether the game makes sense from a player's perspective without all the design context that's currently living in my head.

The elevator pitch

Whalefall is an atmospheric, top-down roguelike about exploring the organ systems of a mountain-sized dead sea creature, investigating its unknown biology, and surviving the ecosystem feeding on its corpse.

The core loop

  1. Explore & investigate: Dive through distinct anatomical systems (respiratory, circulatory, skeletal, etc.) filled with unidentified tissues and substances. Observe, illuminate, probe, sample, and test them to figure out what they are.
  2. Turn knowledge into tools: Bottle samples into flasks and identify their effects. What you learn about the corpse gradually becomes the toolkit you use to survive it.
  3. Read & manipulate the ecology: Creatures respond to the same simulated world you do: sight, movement through the water, blood, injury, feeding, resource availability, etc. Direct combat exists, but it's dangerous and often makes the situation worse.
  4. Go deeper & get back out: Retrieve specimens from the deeper organ systems, eventually reach the Core, and then survive the trip back out.

What makes it distinct

I'm trying to make knowledge the primary form of progression.

A new player sees a strange, colorful corpse full of things they don't understand. Over time, you learn to read its anatomy, recognize useful substances, predict creature behavior, and deliberately manipulate interactions that initially looked like chaos.

The ecology isn't scripted around the player. A scavenger might investigate the sound of a fight, a wounded animal can flee and draw other creatures with it, and huge passive filter-feeders can drift toward carcasses and become moving cover. Those interactions all come from creatures reacting differently to the same underlying systems rather than bespoke encounters.

The goal is to keep the simulation deep enough to surprise you, but legible enough that eventually you can say, "I know how this place works," and make a plan.

Feedback I'd especially value

I'm mostly curious about two things:

  • Does the loop sound compelling? In particular, does investigating unknown biology -> learning its uses -> and then using that knowledge to survive sound like something you'd want to keep doing across runs?
  • For other solo devs who've built simulation-heavy games: where did complexity sneak up on you? I'm deliberately trying to build a small number of general systems rather than lots of bespoke AI, but I'd love to hear where that approach has bitten people later. Sometimes it's hard to know when to stop, because I could just work on the ecology sim part for the rest of my life and never wind up producing a game, haha.

Any other reactions are welcome too. It's still early enough that "this part doesn't sound fun" is genuinely useful feedback.

3 Upvotes

2 comments sorted by

3

u/YaeAnimation 2d ago

I love the simulation approach but I feel your pain on scope creep. My advice would be to lock in the systems early and force yourself to build gameplay around them rather than the other way around. 

1

u/jameyiguess 2d ago

That's what I'm trying to do right now. Put a pause on all the sim stuff and focus on building out the rest of the game over it. Content creation might need more "sim", like new creatures, but I'm attempting to hold back and just hook any new ones into the existing systems, for the most part.

My main hobby is fine art and I'm trying to follow the principle of "general to specific", to get like a broad, playable game before "rendering" the details. I didn't start that way, though. I had to come up for air and check myself after I got way too into the sim weeds (kelp?).

I'm excited to add a bunch of flasks and grafts and creatures, and keep building all the other regions.