Play game
INTERGALACTIC SURVIVOR's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Style | #970 | 3.888 | 4.600 |
Overall | #2178 | 3.268 | 3.867 |
Enjoyment | #2663 | 2.958 | 3.500 |
Creativity | #3585 | 2.958 | 3.500 |
Ranked from 10 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
How does your game fit the theme?
You expand your ship by collecting nodes. The bigger you get the harder the enemy waves will get as well. Enemy difficulty is being scaled depending on your size
Development Time
96 hours
Leave a comment
Log in with itch.io to leave a comment.
Comments
Controls were a bit tough to master (not that my game is any better in that regard lol) But I super dig the aesthetic of the game and it's funny that enemies can collect nodes too.
This game is awesome. A bit of balancing issues, perhaps, but really fun nonetheless. Making a chaotic mess of a ship is really fun! I love all the different parts, and the crazy enemy variety. Great game!
Visuals are fantastic, great aesthetic! Feedback systems feel great too!
Nice graphics! Love the mechanic of attaching blocks, especially that they are being attached where touched. Would like to move the camera abit back.
Looks incredible! Sadly the game crashes as soon as i kill an enemy, don't know why :(
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.
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.
Sounds great! I'll check it out!