Skip to main content

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

The SwarmView game page

Submitted by Zerschnetzloar — 2 hours, 38 minutes before the deadline
Rated by 8 people so far
Add to collection

Play game

The Swarm's itch.io page

Rate this game

In order to rate this submission you must be logged into itch.io and have submitted your own entry. Anyone with an account can leave a comment.

How does your game fit the theme?
You have to defend you self against a storm of swarming enemies which is gradually getting stronger.

Did you write all the code and made all the assets from scratch?
Yes.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

I find it very amusing that you can return the projectiles your enemy throws. I would make the life bar a bit bigger to make it more visible.

Great job! 😀

Developer

Thank you for your kind words!

Do mean the player health with life bar?

Submitted

Yes. It is difficult to see because it is so small. It may be better to place it in a corner of the screen. 

Submitted(+1)

Like how the character controlled, it felt really fluid. Awesome work!

Submitted(+1)

Would love to see this concept at full scope. The swap was cool. 🫶🏻
I think u might like my survivor game.(There is a big choonky  Beast in it)🙌🏻

Submitted(+1)

very interesting and unique feel to the game, addictive too!

Submitted(+1)

Interesting concept, but I don't understand the calm part of the theme. Good job though!

Developer(+1)

Thank you for playing the game! I was planning on making the game start much slower and calmer and then make the game much more frantic over time, but I ran out of time during the end of the jam.

Submitted (1 edit) (+1)

It's a concept but I didn't quite feel the calm and the storm elements It didn't have like a big wave of enemies at the end or anything. No collision on the trails could be signaled a little better. The swap power is cool I guess but it doesn't really fill any gameplay purpose (It doesn't solve any problem a player could face that can't be solved another way). But it still was a fun expirience non the less. Also maybe decrese the viewport size cause 1920x1080 looks wierd in itch something like 1280x720 plus a fullscreen button is a better option

Developer

Ty. There is actually a fullscreen button, but it is not completely shown due to weird stuff on the itch page. I must admit that the game isn't that calm. There where plans for making the number of enemies etc. much more progressive so that the calm aspect is much more visible, but the time management killed that part of the game. Do you know if there is a way of adding colliders to line renderers in a reliable way?

Submitted (1 edit)

I don't think there is an easy way to do it the only thing I can think of would be to take points on the line and get the direction to the next point rotate that direction 90 degrees and then based on that vector and the position in the list of points create a new point at a certain distance coresponding to how wide the line is there based on the line width curve. then just loop through the points in order and create a polygon to use as a collider. But again a lot of work.

Developer

Yeah especially because some interpolation between the points might be needed. But thank you for your reply!