There are a few opensource games out there, but many aren’t in distro repos, or for windows, or released on itch.io requiring an account to download, etc. What could a open source game store for opensource games for all distros look like?

  • Natanael@slrpnk.net
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    8 hours ago

    Literally the Steam runtime is a Linux container environment with standard dependencies available for packaged applications and games

    Anything supporting the container format it uses can run it

    Containers is a method of presenting a system environment which looks the same across any computer you run it on, even if the underlying systems are wildly different, it’s like a sandbox but designed for efficiency (less resource overhead)