Did you get an error message? If so could you please send it to us to see what happened? You're the first person to play this game and encounter crashes.
Viewing post in INTERGALACTIC SURVIVOR jam comments
Managed to snatch this error message. Not a pygame-guy myself but seems like its related to the audio.
If you manage to find the bug i would love to try the game:)
My specs (if it helps in any way):
AMD Ryzen 7 2700X, 16 GB RAM, RTX 2080, Windows 10 Home - fully updated, no weird sound card or funky audio-drivers installed.
Traceback (most recent call last):
File "main.py", line 9, in <module>
File "data\scripts\game_manager.py", line 62, in run
self.scenes[scene].update(self.renderer, self.input, self.scenes)
File "data\scripts\game_scenes.py", line 89, in update
SOUNDS.update(self.entities.player.collider.pos)
File "framework\sounds.py", line 99, in update
self.channels[i].update(listener)
File "framework\sounds.py", line 36, in update
pygame.mixer.Channel(self.channel).set_source_location(angle, volume)
pygame.error: Unsupported audio channels
okay so the problem is with pygame audio system itself and it's weirdness and I can't seem to be able to replicate the bug myself (I'm not the programmer so I can't help you much). So as a solution if you want to, I've made the previous version of the game public (intergalactic-survivor-1.zip) on itch and this one doesn't have sound so it shouldn't crash. That way you could still expierence the game in a fair way without getting excluded by buggy software. Of course sound effects are important and the game doesn't feel the same without them, but that's the only idea i have left.