FoonLudum Dare ExplorerLD40 → Vrax

Vrax

By rasm

View on ldjam.com

CategoryRankScoreCount
Overall3.079
Fun3.289
Innovation2.359
Theme2.719
Graphics3.359
Audio3.359

Comments

rasm 2017-12-02 08:31

Screen1thumb.png

First screenshot. Can move the ship, fire, and destroy an enemy. Not too exciting yet.

rasm 2017-12-02 12:47

Screen2thumb.png

Player and enemies can now be destroyed. A parallax starfield is rendered in the background. Hit sound and explosion sounds play. Enemies spawn in waves based on how many are killed. Enemies shoot back and have collision damage while moving in a sine wave pattern. Wow that screenshot looks like a hot mess of programmer art.

rasm 2017-12-02 15:07

Screen3thumb.png Added 2 new enemy types (rocket launcher ship + ufo), Game Over screen, and fixed the stars and projectile colors a bit.

rasm 2017-12-02 23:08

Screen4thumb.png Added better ship art, better background effects, and a new beam cannon enemy.

rasm 2017-12-03 03:21

Screen5thumb.png Added game music and menu screens. It's starting to look more like a game!

rasm 2017-12-03 18:09

Screen6thumb.png

Better art, bigger explosions, a new playable ship (the bomber), kill and level counter.

rasm 2017-12-04 02:32

Finally done! It feels pretty good to be sitting here with something that didnt exist 48 hours ago. XD

shieldgenerator7 2017-12-05 03:20

It opened up fullscreen but in the top left corner of my screen and I couldn't move it, resulting in me not being able to see the entire screen. The gameplay was ok but nothing unique. Honestly, the screensize issue prevented me from enjoying the game.

rasm 2017-12-05 04:25

Thanks for playing @shieldgenerator7. I should have defaulted to fullscreen desktop before publishing the build but instead its forced to 1920x1080 windowed. Something that can be easily fixed in an update.

rasm 2017-12-05 07:49

I've updated the build to now force fullscreen mode. It was a one-line fix which can be found here: https://github.com/PurelySimple/Vrax/commit/331d9fc9d8de88d6db1e359039e7a34a3a68a644

I checked the rules and it says the following so I think its okay. >You can’t add new features, but if something broke or didn’t work correctly as you were finishing up, you can fix this after the deadline. You are asked to highlight the changes you make in your submission (a short change log).

simone 2017-12-05 09:06

It's a nice standard space shooter :) A couple of improvement could have been: - A quit button (maybe there is one, but I couldn't see, so I used alt+f4) - Some visual feedback when you hit an enemy that needs more than 1 hit to die

rasm 2017-12-05 19:11

Thanks for playing @simone. Good suggestions. It would have been better to make the enemies flash white for a few frames when they take a hit so you know they are being damaged. The rocket firing ships have 3 hp and the large beam ships have 10 hp.

pebkac 2017-12-06 20:23

Alright, nice game! Some ups and downs + Nice and varied enemy design + multiple playable ships

- Hitboxes for the player's bullets could've been a bit bigger; shooting enemies was a bit pixel-perfect now - The foreground (w/ all the enemies and bullets) and background (with moving starfield) blended at times, making it hard to see what was going on.

rasm 2017-12-08 06:35

Thanks for playing and the feedback @pebkac! I tried to make the bullets pop more by making them red but I agree that stars (while they look nice) can be a bit distracting. Maybe if I removed them or dimmed them to a dark gray.

The hitbox especially for the enemy dart ship (thin one that shoots up and down) is really hard to hit. Perhaps if I added another ship with a spread cannon it would be easier to hit. Using the bomber/carrier you can hit it with the vertical shot but its fire rate is poor. The best ship to hit anything would probably be the 4th ship (hovercraft).