Linux games portable games

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Scripts and utilities for creating AppImages

RazZziel/PortableLinuxGames

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

PortableLinuxGames packs and distributes great Linux games as portable, self-contained packages that will (or should) run on any Linux system out there.

It uses the AppImage package format, and some script magic.

These games are distributed in a package format called AppImage, and it’s a big deal. AppImages are stand-alone, executable packages, that bring the «one app, one file» philosophy to Linux.

AppImages are two types of file at the same time:

  • An ELF executable. So you can just run them and play these awesome games.
  • An ISO file. You can mount them (mount -o loop, fuseiso, acetoneiso, etc.) and peek what’s inside.
    Inside an AppImage you’ll find two things:
    • The app installation, next to all its dependencies, and sometimes even a minimal Wine or Perl installation
    • A little script (AppRun) to glue it all together when you run the package

    All I’m doing here is packing some games I like, and sharing them just in case someone finds them useful.

    I’m only sharing the games I think I’m free to distribute (I’ve also packaged some commercial games I’ve bought, but I’m not sharing those!). If you’re the owner of any of these games and you don’t like them being here without your explicit permission, please let me know and I’ll take it down. I just want to share something I think it’s cool, and I’m not making any profit (other than maybe Internet Karma™).

    All these packages are working on my system (64bit ArchLinux on Dell XPS L502X), but I don’t have the spare time to test every package as well as I should on different distros, so if any package fails to run on your machine, please send me an email with the exact error message and I’ll try to fix it (when I find time). Or uncompress the package, fix it yourself, pack it back up and share it if you want; your AppImage, your rules.

    BTW, if you have a pure 64bit system, please note that 32bit AppImages won’t work by default. Please check this tutorial to see how to configure a 64bit operative system to run 32bit AppImages.

    I was just a casual gamer that had no space left on his laptop for games (or anything work-unrelated for that matter). I was also tired of the state of release segmentation between Linux distributions, or having some old nightly game version I enjoyed playing every now and then stop working because the library it was linked against suddenly no longer existed, because my distribution decided to deprecate it. So I discovered this AppImage thingy, and decided to contribute back. I like it, and I’d like to see it converted in the future of Linux package distribution.

    I fell in love with the stuff the very moment I saw I could package Starcraft together with a minimal Wine install in an AppImage, copy it to an USB drive, take it to my college’s lab (se used Ubuntu on all labs), and have Starcraft running with one click, just like that. Share the USB drive with among some friends, and you’re got a Starcraft party going. On Linux. No drugs needed. Woah.

    Now I can stash the games I’m not usually playing in some external or cloud drive, and rescue them anytime I feel like playing them again, knowing that every single dependency will still be in its place. Also, games usually take less space, because I can play them without uncompressing, and performance is not affected; how cool is that?

    • Got any constructive feedback? Does any game fail to run in your machine? Go here or drop me an email
    • Help improve the base AppImageKit project
    • Help improve the PortableLinuxGames scripts and utilities
    • Just use these resources to pack and distribute your own applications and games!

    Источник

    Linux games portable games

    2. Make it executable

    3. Play!

    How to play?

    1. Download a game

    2. Make it executable

    3. Play!

    Please keep in mind that some of these are 32bit packages, so they will not run by default on a pure 64bit system.
    You’ll have to configure basic multilib support, here’s a small tutorial for Ubuntu.

    Looking for other application? Check out PortableLinuxApps.org

    Well this sucks, the game I downloaded doesn’t work! Fetch me the complaints book at once!

    What is this?

    PortableLinuxGames packs and distributes great Linux games as portable, self-contained packages that will (or should) run on any Linux system out there.

    It uses the AppImage package format, and some script magic.

    How does it work?

    These games are distributed in a package format called AppImage, and it’s a big deal. AppImages are stand-alone, executable packages, that bring the «one app, one file» philosophy to Linux.

    • An ELF executable. So you can just run them and play these awesome games.
    • An ISO file. You can mount them (mount -o loop, fuseiso, acetoneiso, etc.) and peek what’s inside.
      Inside an AppImage you’ll find two things:
      • The app installation, next to all its dependencies, and sometimes even a minimal Wine or Perl installation
      • A little script (AppRun) to glue it all together when you run the package

      About these packages

      All I’m doing here is packing some games I like, and sharing them just in case someone finds them useful.

      I’m only sharing the games I think I’m free to distribute (I’ve also packaged some commercial games I’ve bought, but I’m not sharing those!). If you’re the owner of any of these games and you don’t like them being here without your explicit permission, please let me know and I’ll take it down. I just want to share something I think it’s cool, and I’m not making any profit (other than maybe Internet Karma™).

      All these packages are working on my system (64bit ArchLinux on Dell XPS L502X), but I don’t have the spare time to test every package as well as I should on different distros, so if any package fails to run on your machine, please send me an email with the exact error message and I’ll try to fix it (when I find time). Or uncompress the package, fix it yourself, pack it back up and share it if you want; your AppImage, your rules.

      BTW, if you have a pure 64bit system, please note that 32bit AppImages won’t work by default. Please check this tutorial to see how to configure a 64bit operative system to run 32bit AppImages.

      But why?

      I was just a casual gamer that had no space left on his laptop for games (or anything work-unrelated for that matter). I was also tired of the state of release segmentation between Linux distributions, or having some old nightly game version I enjoyed playing every now and then stop working because the library it was linked against suddenly no longer existed, because my distribution decided to deprecate it. So I discovered this AppImage thingy, and decided to contribute back. I like it, and I’d like to see it converted in the future of Linux package distribution.

      I fell in love with the stuff the very moment I saw I could package Starcraft together with a minimal Wine install in an AppImage, copy it to an USB drive, take it to my college’s lab (se used Ubuntu on all labs), and have Starcraft running with one click, just like that. Share the USB drive with among some friends, and you’re got a Starcraft party going. On Linux. No drugs needed. Woah.

      Now I can stash the games I’m not usually playing in some external or cloud drive, and rescue them anytime I feel like playing them again, knowing that every single dependency will still be in its place. Also, games usually take less space, because I can play them without uncompressing, and performance is not affected; how cool is that?

      I want to contribute

      • Got any constructive feedback? Does any game fail to run in your machine? Go here or drop me an email
      • Help improve the base AppImageKit project
      • Help improve the PortableLinuxGames scripts and utilities
      • Just use these resources to pack and distribute your own applications and games!

      Источник

      PortableLinuxGames

      PortableLinuxGames packs and distributes great Linux games as portable, self-contained packages that will (or should) run on any Linux system out there.

      Features

      Project Samples

      Download a game Add execution permission Play!

      Project Activity

      Categories

      License

      Follow PortableLinuxGames

      CGM LABDAQ empowers labs of all sizes to optimize revenue and improve customer retention by increasing efficiency and streamlining workflow

      CGM LABDAQ® from CompuGroup Medical is an advanced laboratory information system (LIS) that leverages a modern platform with decades of experience as the market-leading LIS.

      User Ratings

      User Reviews

      Awesome project, if you JUST want to enjoy gaming on Linux then you should seriuosly consider this! 🙂 Simply download and execute the file! Love it! No more compiling, untaring/unzipping, or even «installing» This was long needed for the Linux users who have Mac/windows background. The maintainer/developer is responsive to the queries, suggestions, ideas. I wish more game developers will start using and supporting AppImage

      Additional Project Details

      Operating Systems

      Intended Audience

      Registered

      BTCnations is a free-to-play, play-to-earn and pay-to-win text-based browser strategy game with nation development, diplomacy and wars. Members can build cities and expand the infrastructure in each city separately to acquire more space to build improvements (various buildings) and increase.

      Bluestacks App Player is a free Android emulator developed by Bluestack Systems, Inc. With this emulator, you can play many single-player and multiplayer games that exist on the Android game platform. The emulator has advanced features such as being able to map touch-screen controls to key.

      Cuisine Royale is a free battle royale developed by Darkflow Software and published by Gaijin Distribution. The game is entitled Cuisine Royale as you’re able to pick up different kitchen materials to armor yourself such as a waffle maker and colander. The game features a unique power system in.

      Источник

      Читайте также:  Failed connection refused linux
Оцените статью
Adblock
detector