I just put Dead Reckoning into public beta. It’s a turn-based colony ship sim built in Godot 4, and the central mechanic is Drift — the slow, invisible erosion of your civilization’s values across generations.

You start with 1000 colonists, five resource bars, and five drift meters all sitting at 0%. By the time you arrive at a new world, those meters tell a story you didn’t mean to write.

What’s in the beta: — 20-minute runs — Five interlocking drift paths (genetic, ideological, AI takeover, generational regression, class stratification) — Terminal-aesthetic UI — no HUD outside the fiction — Ten hard-coded events to validate the decision feel — One ending that tells you what civilization you built

It’s rough. That’s intentional. Looking for people who want to play it and tell me what broke, what landed, and what civilization they ended up with.

Free to play, Windows + Linux: https://garanlorn.itch.io/dead-reckoning

#godot4 #indiedev #gamedev

  • Efflixi@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    18 days ago

    I played through an entire session this morning and here’s a few notes.

    1. The {character} placeholders are still showing on the latest version for me.
    2. I didn’t mention it previously but it bugged me and I wanted clarification. When you get to a new system you’re presented with two planets but you can only ever choose to probe one and you can’t go back and probe the other. Once you probe one planet, you’re done. You either land on that planet or leave the system entirely. Ignoring the other planet entirely.
    3. When you DO land on a planet none of the stats (seemingly) take into account the event where you meet up with the second ship and choose to merge with them. The directive from that event says that both ships will colonize the planet together (if you chose that route) but when you actually land, it’s not reflected at all.
    4. The event log will show something like “22 deaths, critical must be looked into” (I don’t remember the exact wording) but you can’t do anything about it or investigate or do anything else. It’s just text. If this is just flavor text then maybe it needs to be slightly tweaked so that the player doesn’t feel like they are supposed to do something and can’t.
    • Garan Lorn@lemmy.caOP
      link
      fedilink
      arrow-up
      1
      ·
      18 days ago

      I played through an entire session this morning and here’s a few notes.

      The {character} placeholders are still showing on the latest version for me.
      I didn’t mention it previously but it bugged me and I wanted clarification. When you get to a new system you’re presented with two planets but you can only ever choose to probe one and you can’t go back and probe the other. Once you probe one planet, you’re done. You either land on that planet or leave the system entirely. Ignoring the other planet entirely.
      When you DO land on a planet none of the stats (seemingly) take into account the event where you meet up with the second ship and choose to merge with them. The directive from that event says that both ships will colonize the planet together (if you chose that route) but when you actually land, it’s not reflected at all.
      The event log will show something like “22 deaths, critical must be looked into” (I don’t remember the exact wording) but you can’t do anything about it or investigate or do anything else. It’s just text. If this is just flavor text then maybe it needs to be slightly tweaked so that the player doesn’t feel like they are supposed to do something and can’t.
      

      On it. Will work through these today. The {character} placeholders I didn’t have time to verify. I thought a on_colonist_update() was the culprit, but it seems I was wrong.

      Will write bug report and feedback shortly.

    • Garan Lorn@lemmy.caOP
      link
      fedilink
      arrow-up
      1
      ·
      18 days ago

      Bug Reports & Feedback — 3.19.2026

      DR-01 | Bug | High

      {character} placeholder text is still rendering in the latest build. Template variables aren’t being substituted before display.

      DR-02 | Bug | Medium

      When arriving at a new system with two planets, you can only probe one — and once you do, the other is locked out permanently. You either land on the probed planet or skip the system entirely. The second planet is effectively invisible to the player with no explanation given.

      DR-03 | Bug | High

      The “merge with second ship” event outcome isn’t reflected on the landing screen. If the player chose to colonize together, the arrival stats should account for the combined population and resources — currently they don’t.

      DR-04 | UX | Low

      Event log entries like “22 deaths — critical, must be investigated” imply the player can take action, but there’s nothing to interact with. If these are flavor/log entries, the wording should make that clear so players don’t feel stuck.

      Community Feedback (elephantium via Lemmy)

      Agricultural collapse at year 21 felt too early given the multi-year journey out of the solar system — food security feels like it should hold longer at the start. Player noted they did spend food on early research, so it may be partly self-inflicted. Also confirmed the text cutoff bug reported by tomiant (tab-dependent in the left pane).