A downloadable game for Windows

How far down the gravity well can you make it?

Navigate increasingly difficult systems, with realistic 2D gravity rules and limited fuel.

A short game made for the 2020 7DRL game jam.

Controls:

  • R to start a new game
  • Mouse Scroll Wheel to zoom in and out
  • Hold Right Click to thrust in the direction of your cursor
  • Left Click to launch a Nuke from your ship

Objective:

Destroy all the locks in the system to open the portal, then enter the portal to continue to the next system.

Audio:

I didn't have time to add any in time for the game jam, so please play your own appropriately catchy space music in the background, and make the explosion noises yourself :)

(Me humming ethereally is available on request) 

Platforms:

Windows officially.

The game runs flawlessly on wine on OSX and Linux. where tested so far.

Source code provided here https://github.com/jordan9001/rusty_raid/ if you want to compile it yourself.


Jam Note:

A very minor change was added after the jam was finished (People were not realizing they could zoom, so default zoom was set farther out). To play the original version, just zoom in a bit on start :)

Download

Download
FallingCarefully_Win64.zip 1 MB
Download
FallingCarefully_Win32.zip 1 MB

Comments

Log in with itch.io to leave a comment.

(+1)

3 frustrations: inaccurate trajectory predictor (biggest one, especially since often you have to thread between close planets, the predictor should be rock solid and accurate!) Not having any idea where to look for &s (and they blend in with fuel since they're same colour). And the explosions linger just a little bit too long.

Thanks viila!
I agree the game needs some tuning. I think some indicators about & position could be fun. For the trajectory, I actually purposefully game it some room to wiggle near planets because I like the look. I could probably tone it down though, because threading planets is something I want to encourage.

Thanks for taking the time to give feedback, I appreciate it!

(+1)

I really loved this game  :-)

I was curious about the physics, is it modeled on the Newtonian laws of gravitation?

Thanks Tone! Yeah, it is shuffled around a bit for performance, but at it's core it is based on the good old: F = G*m1*m2/(r*r)
I picked a G that was fun, as opposed to the real one. Same principle though!

(+1)

The travel projection is cool watch bend and curve as you navigate the asteroids, and the chain reactions of fuel detonating from missiles is awesome.  It's a really nice aesthetic.  The game is very hard though, I feel like a non-linear acceleration/deceleration would help (perhaps based on how far away the cursor is or you acc more when your vel is low, and decc more when your vel is high?)  I found myself spending most of my fuel trying to slow down cause if I got too fast you basically lost the ability to turn and there are alotta rocks in the way.  Large explosions might linger too long for the same reason, since there are no moving enemies to lead into them.   I beat the first stage a few times though!