A launcher for a space themed game
Go to file
2024-01-25 19:03:17 -07:00
.flatpak-builder first step 2024-01-18 05:35:16 -07:00
build-aux/meson Fix flake8 warnings 2019-04-05 17:19:14 +02:00
data working 2024-01-18 08:33:20 -07:00
src background music 2024-01-25 19:03:17 -07:00
asgardius.page.asteroidlauncher.json first step 2024-01-18 05:35:16 -07:00
COPYING Add missing license 2019-04-05 17:19:14 +02:00
meson.build first step 2024-01-18 05:35:16 -07:00
README.md background music 2024-01-25 19:03:17 -07:00

asteroid-game-launcher

A launcher for a space themed game

This launcher download background music track when running for first time

All content is saved inside ~/.local/share/asgardius

Dependencies

  • python
  • GTK 3
  • VTE 3
  • Pygame for music playback
  • wget for updater

Build dependencies

  • Meson
  • Ninja

Install instructions

To build this app

meson . _build

To install

sudo ninja -C _build install

To uninstall

sudo ninja -C _build uninstall