Skip to main content

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

Wormhole InvasionView game page

A third person shooter in which you are fighting off an alien invasion on your farm.
Submitted by SirZok — 1 hour, 40 minutes before the deadline
Add to collection

Play game

Wormhole Invasion's itch.io page

Results

CriteriaRankScore*Raw Score
Graphics#3472.8284.000
Fun#4442.2983.250
Audio#4532.0332.875
Overall#4812.2103.125
Game Design#5202.1213.000
Innovation#5421.9452.750
Theme#5792.0332.875

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(+1)

What a gorgeous game! Great work especially with all the models and animations!

Submitted(+1)

good game i like the graphics

Submitted(+1)

Rated! nice gfx and fun :D rate us back if you want =)

Submitted(+1)

Fun game! The combat is really nice although the gun has a little too much recoil.

Developer

Thanks for your nice feedback! We'll try to vary the recoil in our next version so it feels better :)

Submitted(+1)

Pretty good, and honestly, very fun as a TPS game! The graphics look good, the mechanics are fun, all in all really impressive! Make sure to fix the speed tricks with diagonal movement.

Developer(+1)

Thank you for your nice feedback! :)

I'm glad you like our game and the overall features it offers :D. We put a lot of work into the AI and overall details of the gameplay. 

Of course, we'll need to fix all the bugs that were left unfixed before the jam ended.

Submitted (1 edit) (+2)

Definitely not the direction I would've taken the holes theme, and that's great to see! This is unique to anything I've seen in the jam so far, and it's fun for it! It plays like a standard third person shooter, and is quite fun for what it is! The graphics are nice, especially the cacti, which are great to look at. I personally would've liked to see the holes used a bit more (perhaps guns appearing from wormholes), and the dialogue to skip itself if you die and replay the game, though you see it infrequently enough that it isn't a problem, and perhaps background music. It's a short game, but regardless, it's definitely a fun one!

Also just a brief thing I noticed coding-wise: when you move diagonally, the farmer moves faster, as he's moving both horizontally and vertically at the same time. You can fix this by using the Vector3 value of his motion, normalized and then times the speed value, so for example

new Vector3 (horizontalSpeed, verticalSpeed, 0).normalized * Speed * Time.deltaTime;

You might've just forgotten, or perhaps you didn't know - it certainly doesn't make the game any worse, it's still very fun, but probably worth a mention.

Developer (1 edit) (+1)

Thanks for your really detailed feedback!

We are glad that you liked or game :)

And thank you for your suggestions! I'll definitely try them out. And yeah... I never really thought of that "speed cheat" xD