I am an absolute Linux baby running Mint23(?) on my PC. I wanted to play an ancient game from my childhood that I cherished but I don’t really know how to get it off the Internet Archive onto my computer.

The game

Any suggestions?

    • SolidShake@lemmy.world
      link
      fedilink
      arrow-up
      1
      arrow-down
      2
      ·
      49 minutes ago

      Is terminal code not…code?

      The biggest put off to Linux is the absolute shit community it has

      • communism@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        24 minutes ago

        Commands are normally not considered “code” on their own. Someone who just runs commands on their computer to get a few operations done will normally not learn any programming constructs or concepts. If you’re doing shell scripting that usually crosses the line into code as you’d be using if statements, for loops, etc, which you normally don’t use if you’re just moving files around or whatever in the shell.