itch.io is community of indie game creators and players

Devlogs

Ubuntu [Fix] and .deb file

Fasteroids
A downloadable game for Windows and Linux

So, if you've downloaded fasteroids-f61c7cb-Ubuntu.zip, and unpacked it you might want to install libcurl4 if you're using *buntu 18.04:

sudo apt install libcurl4

After this happened I decided that it was finally time I try to make my own .deb file since GMS no longer seems to create .deb files (version 1.4 of GMS did, but it too failed to add information about packages *buntu requires to run compiled games). 

The file fasteroids_1.0-1_amd64.deb is identical in terms of game play as fasteroids-f61c7cb-Ubuntu.zip, but it includes an icon file and puts the binary file and assets in /usr/bin so it can be executed by anyone on the system. Which version you choose is up to you:

  • fasteroids-f61c7cb-Ubuntu.zip is better in the sense that it only runs in the local account, but you'll have to manually install libcurl4
  • fasteroids_1.0-1_amd64.deb is a debian package, it installs to /usr/bin, but you can easily remove it with sudo apt remove fasteroids.

The Windows version remains the same.

I have made some code updates to Fasteroids but I'm not quite happy with some of the artwork and code changes. Things are committed to version control, but it probably won't be ready until I've worked out a few more details.

Files

  • fasteroids_1.0-1_amd64.deb 12 MB
    Dec 12, 2019
  • fasteroids-f61c7cb-Ubuntu.zip 16 MB
    Dec 07, 2019
  • fasteroids-f61c7cb-Windows.zip 15 MB
    Dec 07, 2019
Download Fasteroids
Leave a comment