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

Asteroid InvadersView game page

A spin-off of the classic arcade game Asteroids
Submitted by G̸l̸i̷t̴c̶h̸e̵d̵ ̷J̶s̵o̷n̴ — 5 hours, 6 minutes before the deadline
Add to collection

Play game

Asteroid Invaders's itch.io page

Results

CriteriaRankScore*Raw Score
Fun#14.2504.250
Overall#33.5003.500
Innovation#43.5003.500
Mood#53.2503.250
Theme#63.8753.875
Overall#73.1253.125
Graphics#112.8752.875
Humor#221.5001.500
Audio#242.2502.250

Ranked from 8 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

This is really fun. The variety is nice. Once issue though, is that the hitbox is way bigger than it should be, and I lost lives to asteroids that weren't really touching me.

Developer

Yea, I noticed that when play testing too. I thought I fixed it, but apparently it still remains.
I'll probably post another version where the bug is fixed.

Submitted

Love the game. My favorite part is how the background moves with you. So much depth!

Developer

Thank you! It's my first try at making background depth, and I think it turned out okay-ish. Could probably adjust it a little so the particles are created outside the view of the room, so it doesn't leave a weird empty space at the border...

Submitted

This game is really good. The 8 game modes are each unique and provide a different way to play the game. There is also a lot of polish, and it's especially nice that the game saves high scores and game mode progress. Only complaint is that I wish the movement was more like the actual asteroids where you can freely move around. Also, it's pretty weird that the game says it requires something to be installed when opening it up, and you also can't close it once it's open unless you use the in-game exit button or end it via task manager.

Developer (1 edit)

Thanks for the feedback!
I considered movement, but decided to only include the aiming mode, like a turret game, just to make difficulty adjustment easier for me. (How fast new asteroids are created, the amount of health you have, ect.)
You can press R to retry the current mode you have selected, you can press esc to return to the main menu if you are in a game, and you can close the game by pressing esc once you're in the main menu or one of its side-menus.  Additionally, there is an Exit button you can use.

Now about that thing that requires something to be installed before opening, yea I have no idea what you're talking about. I didn't come across this issue.
Maybe your antivirus is preventing exe files from creating new files. The game makes a .sav file to store your progress. That's probably what's happening.

Submitted

No, it saves just fine. The problem is that it tells me to install something called "DirectPlay" whenever I launch it. It plays just fine if I don't install it, but it's still pretty weird. Here's an image of what I'm talking about:

Developer(+1)

Huh. Weird. Sorry, but I have no idea how to fix this. I don't even know where to begin with this one... sorry...

Submitted

Truly very fun game thanks to the diversity of game modes, really well thought out! The only real flaw I'll give him would be the sound of uncontrasted shots that are too repetitive.

Developer

Thanks for the feedback!
It's my first time including sound effects to my projects, and I have no idea how to make them sound nice. Maybe fading out the longer you fire, or something like that. I'll have to experiment with it more for next time.
Maybe I'll even add an options menu for that! That would be helpful!

Submitted

Hello.
I don't know that it API you use to produce your audio but the first simple methods to set up are to play with the volume and pitch of the sound (with a multiplier in range of 0.8 to 1.1 for example). To go further, if your API offers more options, you can try adding different effects like spatialization or reverberation. If you have enough knowledge in physics you can also go further and simulate Doppler effects! But in general just playing with the volume and the pitch is enough to break the monotony :3

Developer

I used Bfxr, and just smashed the Randomize button a few times.
I have no idea about spatialization, reverberation, or Doppler effects, but they sound awesome and I really want to learn how to use them! But most likely, I'll just have a friend of mine test that for me. I'm extremely bad when it comes to sounds...