Skip to main content

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

Star-Hopper: Ring RescueView game page

A short spaceship-dogfighting web game
Submitted by Morph — 10 hours, 11 minutes before the deadline
Add to collection

Play game

Star-Hopper: Ring Rescue's itch.io page

Results

CriteriaRankScore*Raw Score
js13kGames#8n/an/a
Graphics#563.5363.750
Innovation#713.0643.250
Overall#883.0083.190
Theme#982.8283.000
Gameplay#1002.9233.100
Audio#1302.6872.850

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

Challenges

Open Source

js13kGames

GitHub repository url
https://github.com/morph-games/ring-rescue

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

This is pretty cool for the 13k challenge. Kudos and thanks for open sourcing your project!

Submitted(+1)

GREAT GAME!!

Submitted(+1)

Impressive 3D game submission for 13k! Having to balance power between shooting, moving, or shielding was neat.

Submitted(+1)

The skill involved in putting this together is amazing. Pushing every KB to the max. Respect.

Submitted(+1)

It's a rare example of an almost vanished genre. I played games like this on the Spectrum. Great result for the amount of code!

Submitted(+1)

I had no idea you could do all of this 3d model with such small file size great work =)

Submitted(+1)

The aiming took some getting used to but really fun when you start landing multiable shots in a row. Great job on the neat space environment.

Submitted

Im impressed how you used littlejs to make a 3D shooter game. I gotta learn

Developer(+1)

I only used a few utility functions from LittleJs. The rendering is all done with Xem's W.

Submitted(+1)

welp, congrats, I wouldn't know how to do something so clean with W myself :D

Submitted

Only complaint is that I have to tilt my ship downwards to shoot in front of it, otherwise this is a great game.

Submitted

Nice game

Submitted (1 edit) (+1)

Nice work! Moving around in space and preserving momentum is a cool feeling, and the retro sounds add to it. Having all the controls displayed as check boxes is a great choice since you can explore them at your own pace. It's hard to get the controls right though which can make playing it a bit tedious. You asked for some feedback in the Discord so I'll add my thoughts here.

Aiming your shots is hard when they are aligned with the ship's rotation, especially when the ship eases slowly into facing forward. Faster minimum rotation and a visual crosshair could help a lot. Shots also curve when you're moving fast since they don't seem to inherit your ship's velocity, but adding that could probably make it feel tighter. Slight auto-aiming is of course also an option, or rapid fire with somewhat random angles, giving you move of a cone-shaped firing zone.

I couldn't quite figure out why I couldn't fire while moving and why the shield lasted such a short time. The reason was shared power, yet the indicator is a tiny label in the corner. Making a visual power indicator near the center of the screen could help since that's where you're always looking. Shield duration could probably also be increased since you're always low on power while moving and battling, making your shield only last a second.

Developer

Great feedback, thanks! 

The curve of the shots is an oddity caused by the max velocity, but they probably should be allowed to go faster. A crosshair is a good idea, as is the idea of a cone-shaped weapon. I considered autoaim, but didn't know how to implement it without it looking weird.

The shield and power were added in the last days so they didn't get much love (due to lack of bytes mostly). As it is, the shield is meant to be a reactive block, used only in desperation. This is counterintuitive since shields in most scifi and video games don't work like that.

Submitted

Nice game. I didn't play much, as the key's where messing with my browser a bit, but what I did play, I liked a lot.

My only real complaint is that there's a lack of a Windows build (something that is allowed, as long as you prioritize the web build), and that there really isn't any music. Other than that, great game you have here.

Submitted (1 edit) (+1)

Uh! Nice game. Instantly got that feeling like when i was  playing "Wing Commander" for the first time (Yes. Old i am...)

I dont agree, that it is too hard to hit the enemy ships. Its perfect for me.

A 3D space game in 13kb is a hit! Good job!

Submitted(+1)

Super cool game, lovely visuals, clearly some very clever programming behind it all since its a 13kb game.

Well done!!!!!

Submitted

Sick, I like the presentation.  a bit hard to steer/aim the ship be nice if the reverse let you stop a little faster

Submitted

This is a neat idea, with novel presentation and aesthetic, but hitting enemies is essentially impossible.

Submitted

This game is so cool! But it's really hard to hit the enemy ships. Needs a little auto-aim

Developer

It does take some practice to get good at the aiming (which is probably not great for a jam game). The tips I can give: try to limit your speed while trying to fire, and lining up with the enemy (like for a joust) will make sure they're easier to hit.