alternia

I started playing sub-terrania on sega megadrive and wanted to try re-make it. It’s basic at the moment but works.

runnable: https://github.com/rks1337/alternia/blob/master/alternia.jar

Controls:
w,a,s,d - move
space - shoot
tab - ult
esc - reset
shift - debugrenderer

Next I plan on making the zone area with textures and not just black rectangles. Not sure how yet, might try making the zone with a chainshape or patching polygons together. Enemies and objectives will come later.

I’m still an amateur with java and libgdx, but I think this will be a nice learning curve.

In case no ones played sub-terrania.

The spaceship, background and digital sounds are all from https://opengameart.org/
I made the particle effects and a friend made the music.

PLWR_tsWeiw

Hi

Thank your for releasing the source code. Maybe a bit more comments would be welcome. You prove that creating decent games with some artworks on opengameart is possible :slight_smile:

Hey thanks for the kind words, I’m really bad with creating my own art work. Luckily there’s some nice ones out there!

Tbh I’m not sure what you mean about comments, is it the commenting in my code? If thats the case I agree, I never expect anyone to read my code haha