Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

INTERGALACTIC SURVIVORView game page

A shooter game where you expand and upgrade your spaceship with junk to beat your highscore. Made for GMTK Game Jam 2024
Submitted by kapcpa (@kapcpa), GreenBWW — 1 hour, 29 minutes before the deadline
Add to collection

Play game

INTERGALACTIC SURVIVOR's itch.io page

Results

CriteriaRankScore*Raw Score
Style#9703.8884.600
Overall#21783.2683.867
Enjoyment#26632.9583.500
Creativity#35852.9583.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

Submitted(+1)

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.

Submitted(+1)

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!

Submitted(+1)

Visuals are fantastic, great aesthetic! Feedback systems feel great too!

Submitted(+2)

Nice graphics! Love the mechanic of attaching blocks, especially that they are being attached where touched. Would like to move the camera abit back.

Submitted

Looks incredible! Sadly the game crashes as soon as i kill an enemy, don't know why :(

Developer

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.

Submitted (3 edits)

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

Developer

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.

Submitted

Sounds great! I'll check it out!