Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Whenever I try to run source code, game crashes with error:

Traceback (most recent call last):

  File "/home/gemius/Downloads/Flyre/flyre.py", line 5, in <module>

    App(LoadingState, IntegerScaleScreen(SIZE)).run()

  File "/home/gemius/Downloads/Flyre/src/engine/app.py", line 57, in run

    self.state = self.state.next_state

  File "/home/gemius/Downloads/Flyre/src/engine/state_machine.py", line 274, in state

    new.on_resume()

  File "/home/gemius/Downloads/Flyre/src/engine/state_machine.py", line 92, in on_resume

    pygame.mixer.music.load(MUSIC / self.BG_MUSIC)

pygame.error: Unrecognized audio format

Python: 3.9.4

pygame: 2.0.1

SDL: 2.0.14

Operating system: ubuntu

Solved by upgrading pygame to 2.1.2

I'm glad you managed to fix it! Enjoy the game ;)

The game is great, but surprisingly thing that stands out the most are planets in the background. How did you do that?

I found out: it is just animated sprite, but the animation is that good, that I fought it was procedural generated - still great game.

Actually, it is procedurally generated, but not by me. Check out this incredible generator: https://deep-fold.itch.io/pixel-planet-generator