Destroy Small Worlds

Destroy Small Worlds

This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
overall: 4.00
fun: 4.00
innovation: 4.00
theme: 4.00
graphics: 3.00
audio: 3.00
Play the Game Here

Source code here

Right-click to aim.

Left-click to fuel and launch the rocket.

First game we've ever made together and the first game I've ever done in Unity.

Some of the cool stuff:

The planet damage deformation is done using a 3D texture to store damage in spherical coordinates, then I upload this texture to the vertex shader where I deform the vertices by sampling the texture.

The waves on the fuel remaining display is done using a fragment as well that undulates the fragments that fall within the last .05 of the uv x coordinate.
Found a bug?
Tell us on Discord