• TurgidSturgeon@piefed.zip
    link
    fedilink
    English
    arrow-up
    0
    ·
    18 days ago

    Was shocked to discover I could play this on my mobile browser. Amazing! Brings back memories of playing this from a floppy in the 80s. God, I feel old.

    • Romkslrqusz@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      18 days ago

      Because it is

      This impressed me: GPT-5.6 Astra turned Zork (the classic 1977 text adventure) into a full 3D playable action-adventure game It kept the original plot & puzzles, added fight scenes, and built all of the characters & environments directly in Threejs code

      There’s all kinds of weird stuff, like being able to move behind the Fireplace or the window “in the corner of the house” being smack dab in the middle of that face of the building.

    • General_Effort@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      17 days ago

      How did you develop a feel for that? I can tell the style for text, images, …, but here I can’t tell if the mistakes aren’t just cause it’s an alpha. I hardly get around to gaming anymore. Is there somewhere where vibe coded games are showcased?

      • dbtng@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        17 days ago

        Well in this game, there was the chair (see my other comment) that no human would sit in.
        There are other tells that process that doesn’t understand the continuity of solid objects created the game, not a person.

        • You can walk through most of the walls and half of the scenery. Walls don’t normally work like that.
        • The explorer skeleton in the twisty maze room simply is not there. He should be sitting beside the key that’s nearly fukin impossible to find because there’s no skeleton next to it, despite the room description saying he’s there.
        • The paddle for the inflatable raft is in two pieces, the blade sits about a foot from the shaft it should be attached to.
        • The diamond mill output is … nothing. It’s just a spot on the floor, uncomfortably far away and disconnected from the mill.
        • The area where you have to deal with coal gas is just a complete fail, the AI did not understand and just made some crap.

        .
        There were two other questionable bits where I don’t remember the original game, but it seems the AI flubbed. The 4 button dam controls were wonky: stop, start, bust the pipe, and what? And the cyclops room has a door you never get to open, no info about it.
        All together, these seem like things no human would get wrong. Like, maybe a human would make a shitty chair, but they would almost certainly ensure that all the pieces fit together before they published the game.

        • General_Effort@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          0
          ·
          16 days ago

          That’s some great testing/feedback. I hope Ethan sees that.

          A human sees the errors immediately but fixing still takes time. One would prioritize getting a working prototype out before polishing away such issues. Rationally, it’s more important to get feedback on the mechanics and such than making sure the models and collisions are good.

          I believe you are right that a human wouldn’t make at least some of these errors. But I think one needs some experience with 3D modelling software or alpha stage games to really be confident about what errors humans plausibly make.