For me, it’s Factorio.

a game in which you build and maintain factories.

It even has Wayland support!

(Version 1.1.77» Fri Mar 03, 2023 3:44 pm)

Graphics

  • Added support for Wayland on Linux. To enable it, set SDL_VIDEODRIVER=wayland in your environment. (thanks to raiguard)

What’s yours?

EDIT: Great Linux ports* not like some forced ports that barely work or don’t.

  • @Liome
    link
    English
    308 days ago

    Minecraft, Stellaris, and Valheim were already mentioned so I’m gonna add Neverwinter Nights.

    • @CaptainBasculin@lemmy.ml
      link
      fedilink
      188 days ago

      Fun fact about Minecraft: It’s written in Java which is a programming language makes porting to other platforms really easy. The way it works is that it turns the instructions into bytecode that Java Virtual Machine runs, essentially allowing any device with JVM to run it.