itch.io is community of indie game creators and players

Devlogs

Testers wanted for Linux builds of games made with Löve

Space Devaders
A browser game made in HTML5

Ahoi there fellow penguins!

Ever since I have used Löve it bothered me that Linux builds were more difficult to distribute than Windows or Mac builds. That situation may have changed now.

What could be done in the past was essentially to ship a plain .love file and hope that the users distribution had the appropriate Löve version installed, which was less than ideal. At some point a way to ship AppImages appeared which I could never get to work as it seems to depend on tooling only available on Ubuntu.

I recently noticed that a new way got documented and it's currently called "unstable", meaning that the Löve developers are not yet confident that it works everywhere. It is much simpler than AppImage and pretty similar to how Windows and OSX distribution works in that the game is shipped together with Löve and the most important dependencies. Since Löve is relatively small, less than 5 MB gzipped, shipping it is not a big deal.

Because this method is still pretty new I wanted to test it with this tiny game before making Linux builds for all my games.

This is where you can help!

It would be very nice of you if you could try the game and tell me whether it works. And especially if it doesn't work.

  1. Download the 64-bit or 32-bit version (most systems are 64-bit nowadays).
  2. Unpack the game, for example by running 'tar -xf space_devaders_linux_64-bit.tar.gz'.
  3. Run the game by executing 'love'  in the extracted folder, for example by running './space_devaders_linux_64-bit/love' or double-clicking on 'love'.
  4. At this point the game should start, [you should hear music and be able to control the devaders using the left and right arrow keys.
  5. Please report back to me here and tell me:
    1. Whether the game works.
    2. Which problems you ran into.
    3. Which Linux distribution and version you use.
    4. Suggestions for improvement.

Thank you very much for your help!

murks

P.S.: This is the method I used to package the game: https://love2d.org/wiki/Game_Distribution#Unstable_Method_For_Linux

Files

  • space_devaders_linux_64-bit.tar.gz 6.2 MB
    Jan 31, 2020
  • space_devaders_linux_32-bit.tar.gz 6.4 MB
    Jan 31, 2020
Download Space Devaders
Read comments (10)